vars.tf 226 B

12345678910
  1. variable "has_cust_sh" {
  2. description = "True if there is a customer search head."
  3. type = bool
  4. default = false
  5. }
  6. variable "tags" {
  7. description = "Tags for the bucket and kms key."
  8. type = map(any)
  9. }