mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
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
7 lines
No EOL
84 B
HCL
7 lines
No EOL
84 B
HCL
output "byo-vpc" {
|
|
value = module.byo-vpc
|
|
}
|
|
|
|
output "vpc" {
|
|
value = module.vpc
|
|
} |