variables.tf 87 B

12345678
  1. variable tags {
  2. type = map
  3. default = {}
  4. }
  5. variable pgp_key {
  6. type = string
  7. }