We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 015dc8c commit 7c3e75bCopy full SHA for 7c3e75b
tf/backend.tf
@@ -1,8 +1,8 @@
1
terraform {
2
backend "s3" {
3
- bucket = "rk-infra"
4
- region = "ap-northeast-1"
5
- key = "terraform/rko-router.tfstate"
6
- dynamodb_table = "rk-terraform"
+ bucket = "rk-infra"
+ region = "ap-northeast-1"
+ key = "terraform/rko-router.tfstate"
+ use_lockfile = true
7
}
8
0 commit comments