variables.tf 272 B

1234567891011121314
  1. variable service_account_home {
  2. description = "Home account number for qualys service account"
  3. type = string
  4. }
  5. variable externalid {
  6. description = "External ID from Qualys Connector"
  7. type = string
  8. }
  9. variable tags {
  10. type = map
  11. default = {}
  12. }