Move Terraform state into S3 (using DynamoDB for locking).

This commit is contained in:
2020-02-09 01:42:51 -06:00
parent ead77534ce
commit 716f09681c
5 changed files with 30 additions and 836 deletions

View File

@@ -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
}