vars.tf 197 B

1234567
  1. variable "tags" {
  2. description = "Tags to add to the resource (in addition to global standard tags)"
  3. type = map(any)
  4. default = {}
  5. }
  6. variable "cloudtrail_key_arn" { type = string }