10 lines
187 B
HCL
10 lines
187 B
HCL
variable "table_name" {
|
|
description = "DynamoDB table name for Terraform state lock"
|
|
type = string
|
|
}
|
|
|
|
variable "region" {
|
|
description = "AWS region"
|
|
type = string
|
|
}
|