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

[BUG] changing CIDR range on civo_network resource does nothing #233

Closed
fernando-villalba opened this issue Jun 20, 2024 · 0 comments · Fixed by #240
Closed

[BUG] changing CIDR range on civo_network resource does nothing #233

fernando-villalba opened this issue Jun 20, 2024 · 0 comments · Fixed by #240
Assignees
Labels
bug Something isn't working

Comments

@fernando-villalba
Copy link

Description

  1. Create a network with the default cidr range
  2. apply again with a custom cidr range

The expected behaviour would be to replace the network with the new CIDR range, instead it keeps prompting for changes and confirming changes but nothing happens

resource "civo_network" "test-issue" {
    label = "test-something2"
    # cidr_v4 = "10.2.0.0/22" # uncomment this after creation and apply again
}

Screenshots

No response

Additional information

No response

@fernando-villalba fernando-villalba added the bug Something isn't working label Jun 20, 2024
@uzaxirr uzaxirr self-assigned this Jun 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants