-
Notifications
You must be signed in to change notification settings - Fork 112
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
Fix Edge gtw several issues #369
Labels
Comments
|
@lvirbalas, you can't reproduce? : this happens when resource look like this: resource "vcd_edgegateway" "egw" {
#org = "my-org"
#vdc = "my-vdc"
name = "my-egw"
configuration = "compact"
external_networks = [ "vb_externalNet2"]
} |
Thanks, removing |
Depends on go-vcloud-director issue #202 |
No more investments for NSX-V tech |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
this happens when resource look like this:
Refresh - won't update field
distributed_routing
. And if distributed_routing isn't configured it will be"distributed_routing": null - IMHO should be false or true.
Not informative error (when external network name is wrong)
And if you change configuration to right one, edgw will still recreated:
The text was updated successfully, but these errors were encountered: