11 lines
367 B
HCL
11 lines
367 B
HCL
terraform {
|
|
backend "s3" {
|
|
bucket = "vsds-ca-central-1-live-tfstate"
|
|
key = "dynatrace/configuration.tfstate"
|
|
region = "ca-central-1"
|
|
encrypt = true
|
|
kms_key_id = "arn:aws:kms:ca-central-1:309171553603:key/76c0ef26-c444-4a6e-b792-e5901a88c4f3"
|
|
dynamodb_table = "vsds-ca-central-1-live-tfstate-lock"
|
|
}
|
|
}
|