use_lockfile

This commit is contained in:
Kenneth Kehl
2025-10-14 11:50:42 -07:00
parent 5a9ca25763
commit 54aef58cc5
4 changed files with 4 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ terraform {
key = "api.tfstate.demo"
encrypt = "true"
region = "us-gov-west-1"
use_lockfile = "true"
}
}

View File

@@ -12,6 +12,7 @@ terraform {
key = "api.tfstate.prod"
encrypt = "true"
region = "us-gov-west-1"
use_lockfile = "true"
}
}

View File

@@ -12,6 +12,7 @@ terraform {
key = "api.tfstate.sandbox"
encrypt = "true"
region = "us-gov-west-1"
use_lockfile = "true"
}
}

View File

@@ -12,6 +12,7 @@ terraform {
key = "api.tfstate.stage"
encrypt = "true"
region = "us-gov-west-1"
use_lockfile = "true"
}
}