From 8183c4c6d2654861164e36939f4a7fe3d684dcec Mon Sep 17 00:00:00 2001 From: rforstner Date: Wed, 22 Dec 2021 14:25:16 +0100 Subject: [PATCH] adding remote backend --- eupreprod/CD_ABC/_providers.tf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 }