variables.tf 96 B

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