iac_modules/iac-template/terraform-standard/bootstrap-dynamodb/variables.tf

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
}