aboutsummaryrefslogblamecommitdiffstatshomepage
path: root/aws/state/variables.tf
blob: 861b754000ef2b79f44c34f720311023cdf6b685 (plain) (tree)
1
2
3
4
5
6





                                
variable "bucket_name" {
  type = string
}
variable "dynamodb_table_name" {
  type = string
}