adding remote backend
parent
1425c71c68
commit
8183c4c6d2
|
|
@ -6,10 +6,9 @@ terraform {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
backend "s3" {
|
backend "s3" {
|
||||||
# Replace this with your bucket name!
|
|
||||||
bucket = "coco-dynatrace-tfstate"
|
bucket = "coco-dynatrace-tfstate"
|
||||||
key = "eupreprod/CD_ABC/terraform.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"
|
dynamodb_table = "coco-dynatrace-tfstate"
|
||||||
encrypt = true
|
encrypt = true
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue