11 lines
373 B
HCL
11 lines
373 B
HCL
terraform {
|
|
backend "s3" {
|
|
bucket = "vsds-ca-central-1-prelive-tfstate"
|
|
key = "dynatrace/configuration.tfstate"
|
|
region = "ca-central-1"
|
|
encrypt = true
|
|
kms_key_id = "arn:aws:kms:ca-central-1:764655472117:key/7992822a-76ca-4d2f-bd31-cf6ce371369f"
|
|
dynamodb_table = "vsds-ca-central-1-prelive-tfstate-lock"
|
|
}
|
|
}
|