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

Add optional var for VPC ARN #163

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

Drewster727
Copy link

@Drewster727 Drewster727 commented Oct 31, 2024

Add an optional var for VPC ARN.
Allowing you to avoid subsequent data queries to get the VPC ARN when creating secondary VPC CIDR, which avoids an issue where Cloud WAN / Network Manager VPC attachment wants to get recreated.

This solution will still fallback on the data query if no VPC ARN is provided.

Realistically, we should not have to do this (the data query should present the same VPC ARN), but I'm not seeing any way to resolve this without going further upstream to the AWS provider?

This fixes #162

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

Successfully merging this pull request may close these issues.

VPC Update Causing Cloud WAN Attachment Replacement
1 participant