11 lines
333 B
HCL
11 lines
333 B
HCL
terraform {
|
|
backend "s3" {
|
|
bucket = "fdc-us-east-1-live-tfstate"
|
|
key = "dynatrace/configuration.tfstate"
|
|
region = "us-east-1"
|
|
encrypt = true
|
|
dynamodb_table = "fdc-us-east-1-live-tfstate-lock"
|
|
kms_key_id = "arn:aws:kms:us-east-1:366757327252:key/59ae3640-d581-4673-bcac-8151280eb850"
|
|
}
|
|
}
|