-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
aws_default_vpc
broken in GovCloud regions, attempting to set enable_network_address_usage_metrics
to true
#27841
Comments
Community NoteVoting for Prioritization
Volunteering to Work on This Issue
|
Notionally, I could workaround this by setting explicitly:
However, I am using the terraform-aws-vpc community module, and it is not yet exposing that argument, since doing so requires a major provider version update, which technically makes it a breaking change... |
Thanks for raising this issue @lorengordon, I've flagged it to some internal maintainers as I'll be out on holidays for the coming 3 weeks. |
@bschaatsbergen @ewbankkit fwiw, this is also broken for moto and localstack, since (currently) their mocked response when describing the VPC attributes does not include |
Still looking for a way ahead or a workaround on this one. We've been stuck pinning to v4.34.0 as a result of this issue. I just tested v4.55.0 and it shows the same problem. |
cc @ewbankkit |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
@ewbankkit @bschaatsbergen #27165 breaks
aws_default_vpc
in GovCloud regions, because it attempts to setenable_network_address_usage_metrics
totrue
...Minimal reproducing config:
Proof I'm in GovCloud, note the partition in the ARN:
Proof it is attempting to set
enable_network_address_usage_metrics = true
:Version info:
Originally posted by @lorengordon in #27165 (comment)
The text was updated successfully, but these errors were encountered: