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

Relax network CIDR validation #337

Merged
merged 2 commits into from
Feb 24, 2025
Merged

Relax network CIDR validation #337

merged 2 commits into from
Feb 24, 2025

Conversation

miguelhar
Copy link
Collaborator

Allows for smaller CIDR ranges avoiding

Plan: 62 to add, 0 to change, 0 to destroy.
╷
│ Error: Invalid value for variable
│
│   on .terraform/modules/infra/modules/infra/main.tf line 67, in module "network":
│   67:   network             = var.network
│     ├────────────────
│     │ var.network.cidrs is object with 2 attributes
│
│ Each of network.cidrs must be a valid CIDR block.
│
│ This was checked by the validation rule at .terraform/modules/infra/modules/infra/submodules/network/variables.tf:80,3-13.

@miguelhar miguelhar requested a review from a team as a code owner February 24, 2025 15:33
@miguelhar miguelhar merged commit b529d6a into main Feb 24, 2025
15 checks passed
@miguelhar miguelhar deleted the cidr-validation branch February 24, 2025 23:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants