variables.tf 231 B

12345678910111213
  1. variable "qualys_connector_externalid" {
  2. description = "External ID from Qualys Connector"
  3. type = string
  4. }
  5. variable "common_services_account" {
  6. type = string
  7. }
  8. variable "tags" {
  9. type = map(any)
  10. default = {}
  11. }