You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: Unsupported argument
on main.tf line 41, in resource "opennebula_virtual_network" "team_21_isp":
41: ar = [ {
An argument named "ar" is not expected here. Did you mean "id"?
When I define a virtual network like the following:
I receive the following:
My terraform version is 0.13.4 with opennebula provider version 0.2.2. I see in the following provider code that ar is supposed to be a valid parameter. So I'm really not sure what's going on here. https://github.com/OpenNebula/terraform-provider-opennebula/blob/v0.2.2/opennebula/resource_opennebula_virtual_network.go#L179
The text was updated successfully, but these errors were encountered: