fleet/terraform/addons/vuln-processing/outputs.tf
Benjamin Edwards 4161ee5679
create vuln processing addon (#10526)
two things here:

1. create addon for use in new modular terraform
2. create vuln processing terraform for legacy terraform, but by default
its disabled
2023-03-29 08:57:10 -04:00

9 lines
No EOL
164 B
HCL

output "fleet_extra_environment_variables" {
value = {
FLEET_VULNERABILITIES_DISABLE_SCHEDULE = "true"
}
}
output "enable_dns_hostnames" {
value = true
}