automated terminal push
This commit is contained in:
8
terraform/backend.tf
Normal file
8
terraform/backend.tf
Normal file
@@ -0,0 +1,8 @@
|
||||
terraform {
|
||||
backend "s3" {
|
||||
bucket = "nvhi-atsila-tf-state"
|
||||
key = "ecs/terraform.tfstate"
|
||||
region = "us-east-2"
|
||||
dynamodb_table = "nvhi-atsila-locks"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user