You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
environment_type=replace(var.environment_type, "_", "-") # The user research account uses an underscore for environment type and a dash for environment name
Copy file name to clipboardExpand all lines: infra/deployments/forms/account/inputs.tf
-7Lines changed: 0 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -24,13 +24,6 @@ variable "bucket" {
24
24
nullable=false
25
25
}
26
26
27
-
variable"dynamodb_table" {
28
-
description="Name of the DynamoDB table used for state file locking. This is named to match the key in the S3 type backend"
29
-
type=string
30
-
nullable=false
31
-
default="tmp"
32
-
}
33
-
34
27
variable"environment_name" {
35
28
description="The name of the environment. This is distinct from the environment type, but is likely to share the same name in cases like production or staging."
0 commit comments