We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3ddb8e commit 963f00cCopy full SHA for 963f00c
infrastructure/main.tf
@@ -12,10 +12,11 @@ terraform {
12
}
13
14
backend "s3" {
15
- use_lockfile = true
16
- region = "eu-west-2"
17
- key = "ndr/terraform.tfstate"
18
- encrypt = true
+ use_lockfile = true
+ dynamodb_table = "ndr-terraform-locks"
+ region = "eu-west-2"
+ key = "ndr/terraform.tfstate"
19
+ encrypt = true
20
21
22
provider "aws" {
0 commit comments