diff --git a/eupreprod/CD_ABC/_providers.tf b/eupreprod/CD_ABC/_providers.tf index 6ab0f8f..397131b 100644 --- a/eupreprod/CD_ABC/_providers.tf +++ b/eupreprod/CD_ABC/_providers.tf @@ -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 }