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

cidr_block is not a valid option anymore.. it's ipv4_cidr_block now #121

Open
eldios opened this issue May 30, 2023 · 1 comment
Open

cidr_block is not a valid option anymore.. it's ipv4_cidr_block now #121

eldios opened this issue May 30, 2023 · 1 comment
Labels
bug 🐛 An issue with the system

Comments

@eldios
Copy link

eldios commented May 30, 2023

Describe the Bug

The option:

cidr_block         = "10.0.0.0/16"

is not valid anymore.. it has been changed to ipv4_cidr_block now and it's a list of strings, not one string.

Expected Behavior

cidr_block         = "10.0.0.0/16"

should work as per docs and examples

Steps to Reproduce

try to use latest main branch version of the module

Screenshots

No response

Environment

  • Module: latest main branch commit
  • TF version: tested with v1.4.5

Additional Context

No response

@MajinBuuOnSecurity
Copy link

Easier to make a PR #123

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 An issue with the system
Projects
None yet
Development

No branches or pull requests

2 participants