Skip to content

Commit 7c3e75b

Browse files
committed
tf: use_lockfile
1 parent 015dc8c commit 7c3e75b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tf/backend.tf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
terraform {
22
backend "s3" {
3-
bucket = "rk-infra"
4-
region = "ap-northeast-1"
5-
key = "terraform/rko-router.tfstate"
6-
dynamodb_table = "rk-terraform"
3+
bucket = "rk-infra"
4+
region = "ap-northeast-1"
5+
key = "terraform/rko-router.tfstate"
6+
use_lockfile = true
77
}
88
}

0 commit comments

Comments
 (0)