mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 17:05:18 +00:00
4161ee5679
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
84 B
HCL
7 lines
84 B
HCL
output "byo-vpc" {
|
|
value = module.byo-vpc
|
|
}
|
|
|
|
output "vpc" {
|
|
value = module.vpc
|
|
} |