-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add "description" to "cloudconnexa_network" resource #11
Conversation
Are those lint failures normal? |
Oh I'm guessing they depended on the change in cloudconnexa-go-client? |
@patoarvizu this is strange,
When we did the testing with @michaelfmnk all was OK 😢 |
Never mind, my bad, i forgot to update tag to point to new cloudconnexa-go-client version ;-) |
For the record: resource_connector.go has next line:
"ForceNew: true," is needed because for resource "cloudconnexa_connector" we currently don't have an "Update" method. One day in the future it will be added (hopefully), but for now we did an ad-hoc workaround. |
This was tested, all OK. As part of this PR we fixed next: 1/ Perpetual drift for resource "cloudconnexa_network" ("default_connector" "description" field) 2/ Data source "cloudconnexa_network" was not able to show "connectors" hash / structure
before:
after:
|
This reverts commit e798a39.
This PR is intended to fix next issue: OpenVPN/cloudconnexa-go-client#14