Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GCP Egress firenet provisioning failed due to error "local.lan_vpc is null" #20

Open
danielzh9 opened this issue Apr 9, 2024 · 0 comments

Comments

@danielzh9
Copy link

The module is trying to find "lan_vpc" info in transit_module.mc_firenet_details section:
lan_vpc = var.transit_module.mc_firenet_details.lan_vpc

but that section's lan_vpc is null.

instead, the lan_vpc info can be parsed from transit_gateway's section and the name is lan_vpc_id, not lan_vpc:
lan_vpc = var.transit_module.transit_gateway.lan_vpc_id

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant