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
Terraform
7 lines
84 B
Terraform
output "byo-vpc" {
|
|
value = module.byo-vpc
|
|
}
|
|
|
|
output "vpc" {
|
|
value = module.vpc
|
|
} |