Skip to content

Commit d84d448

Browse files
committed
Temporarily rename dynamodb_table
We'll want to delete the dynamodb tables after we have enabled native state locking. For now we are renaming them with a default value so that they do not depend on values we have removed.
1 parent 5aeb6e2 commit d84d448

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

infra/deployments/forms/account/inputs.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ variable "dynamodb_table" {
2828
description = "Name of the DynamoDB table used for state file locking. This is named to match the key in the S3 type backend"
2929
type = string
3030
nullable = false
31+
default = "tmp"
32+
3133
}
3234

3335
variable "environment_name" {

infra/deployments/forms/inputs.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ variable "dynamodb_table" {
5858
description = "Name of the DynamoDB table used for state file locking. This is named to match the key in the S3 type backend"
5959
type = string
6060
nullable = false
61+
default = "tmp"
6162
}
6263

6364
variable "dlq_arn" {

0 commit comments

Comments
 (0)