vars.tf 96 B

1234
  1. variable "tags" {
  2. description = "Tags for the bucket and kms key."
  3. type = map(any)
  4. }