We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d54061 commit 94140c7Copy full SHA for 94140c7
cloudstack/resource_cloudstack_nic.go
@@ -61,6 +61,7 @@ func resourceCloudStackNIC() *schema.Resource {
61
"dhcp_options": {
62
Type: schema.TypeMap,
63
Optional: true,
64
+ ForceNew: true,
65
},
66
67
}
0 commit comments