variables.tf 147 B

123456789101112
  1. variable users {
  2. type = list(string)
  3. default = []
  4. }
  5. variable bucket_name {
  6. type = string
  7. }
  8. variable lock_table_name {
  9. type = string
  10. }