Vladimir Kozyrev
Vladimir Kozyrev
+1 on Consul
The existing documentation can be confusing because of the difference in the resource names. The correct name for this case if `openvpncloud_user` and not `openvpn-cloud_user`.
This link can be helpful https://developer.hashicorp.com/terraform/registry/providers/docs
https://github.com/kyleneideck/BackgroundMusic/issues/650#issuecomment-1351708106 In my case, this comment helped
@exKAjFASH @iamunni @sotNaz could you check whether the new release fixes the issue?
@Rycieos hmm... I can reproduce this with 0.0.7, but not with 0.0.8. This is the code that I am using. ```terraform resource "openvpncloud_network" "vpn_network" { name = "test_network" default_connector {...
@Rycieos the description should be properly persisted now since the release of `v0.0.9`.
@iamunni feel free to work on this. :) There are no objections from me.
@claranobre please try `openvpncloud_user` instead of `openvpn-cloud_user`.