acdc-dynatrace-configuration/environments/aws/us-east-1/prelive/backend.tf

11 lines
339 B
HCL

terraform {
backend "s3" {
bucket = "fdc-us-east-1-prelive-tfstate"
key = "dynatrace/configuration.tfstate"
region = "us-east-1"
encrypt = true
dynamodb_table = "fdc-us-east-1-prelive-tfstate-lock"
kms_key_id = "arn:aws:kms:us-east-1:188453702655:key/9cfa6079-83e9-4f61-8926-c2a3ae5dcf85"
}
}