adding remote backend

M_sloFix
rforstner 2021-12-22 14:25:16 +01:00
parent 1425c71c68
commit 8183c4c6d2
1 changed files with 1 additions and 2 deletions

View File

@ -6,10 +6,9 @@ terraform {
}
}
backend "s3" {
# Replace this with your bucket name!
bucket = "coco-dynatrace-tfstate"
key = "eupreprod/CD_ABC/terraform.tfstate"
region = "eu-central-1" # Replace this with your DynamoDB table name!
region = "eu-central-1"
dynamodb_table = "coco-dynatrace-tfstate"
encrypt = true
}