-
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
"cloudconnexa_connector" resource doesn't have Update method defined #12
Comments
Code to reproduce this:
Then when we change:
"terraform plan" wants to remove it:
|
Also it effects "cloudconnexa_network" in a way that when we add for already existing "default_connector" description field:
Terraform applies change, state is updated, but in UI "description" filed is not changed. This is because func resourceNetworkUpdate calls "c.Connectors.Create". |
Related report: OpenVPN/cloudconnexa-go-client#14 (comment) |
This was completed via #19 |
Related to: OpenVPN/cloudconnexa-go-client#15
Also was mentioned here: #11 (comment)
The text was updated successfully, but these errors were encountered: