aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/s3_state/variables.tf
blob: 861b754000ef2b79f44c34f720311023cdf6b685 (plain) (blame)
1
2
3
4
5
6
variable "bucket_name" {
  type = string
}
variable "dynamodb_table_name" {
  type = string
}