This will be needed to make the initial tags. Once merged to main, I will tag with the same module revisions as what exists in the Fleet repo. We can then test the example module using the new settings. Once validated, we'll then update the main fleet repo to redirect here for /terraform and remove everything there. Anything referring to old tags will still work in-place. Additionally any website references will be updated as well to reflect these changes.
7 lines
84 B
Terraform
7 lines
84 B
Terraform
output "byo-vpc" {
|
|
value = module.byo-vpc
|
|
}
|
|
|
|
output "vpc" {
|
|
value = module.vpc
|
|
} |