-
Notifications
You must be signed in to change notification settings - Fork 9.8k
update cidr in variable networks #36908
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
base: main
Are you sure you want to change the base?
Conversation
i face the following error when run terraform plan: │ Error: expected cidr_block to contain a valid network Value, expected 10.1.0.0/16, got 10.1.2.0/16 │ │ with aws_vpc.example["dmz"], │ on main.tf line 47, in resource "aws_vpc" "example": │ 47: cidr_block = each.value.cidr_block │ ╵ ╷ │ Error: expected cidr_block to contain a valid network Value, expected 10.1.0.0/16, got 10.1.1.0/16 │ │ with aws_vpc.example["public"], │ on main.tf line 47, in resource "aws_vpc" "example": │ 47: cidr_block = each.value.cidr_block
Update cidr in variable network
I believe this change doesn't need a changelog entry. Could someone please add the no-changelog-needed label for me, it looks like I don't have permission to do that. |
could you please help on the Vercel authorization issue I believe I don't the permission. |
Changelog WarningPlease remove either the 'no-changelog-needed' label or the changelog entry from this PR. |
Thanks for this submission! Can you say something about why you believe this change is necessary? Thanks! |
Thanks for your reply. First, I believe the original cidr block is not correct, I face "invalid cidr error" when run "terraform apply" command. It will make the document read more friendly if we change it. I also test the new cidr block locally and it works after the change. Please let me know if you have any concern. |
Fixes #
Target Release
1.13.x
CHANGELOG entry