Move Terraform state into S3 (using DynamoDB for locking).
This commit is contained in:
@@ -5,15 +5,7 @@ variable "aws_region" {
|
||||
default = "us-west-2" # Oregon
|
||||
}
|
||||
|
||||
variable "deploy_bucket_name" {
|
||||
variable "app_root_url" {
|
||||
description = "Name of the S3 bucket to store deployed artifacts, logs, etc."
|
||||
default = "pm.jdb-labs.com"
|
||||
}
|
||||
|
||||
#### Provider Configuration
|
||||
|
||||
provider "aws" {
|
||||
region = var.aws_region
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user