vars.tf 266 B

12345678910
  1. # No local module inputs (yet)
  2. # ----------------------------------
  3. # Below this line are variables inherited from higher levels, so they
  4. # do not need to be explicitly passed to this module.
  5. variable "key_pairs" {
  6. description = "Public SSH keys"
  7. type = map
  8. }