variables.tf 158 B

123456789101112
  1. variable "bucket_name" {
  2. type = string
  3. }
  4. variable "lock_table_name" {
  5. type = string
  6. }
  7. variable "module_depends_on" {
  8. type = any
  9. default = null
  10. }