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 edca694 commit 6e87ef7Copy full SHA for 6e87ef7
netbox/resource_netbox_ipam_ip_addresses.go
@@ -44,6 +44,7 @@ func resourceNetboxIpamIPAddresses() *schema.Resource {
44
"object_id": {
45
Type: schema.TypeInt,
46
Optional: true,
47
+ ForceNew: true,
48
},
49
"object_type": {
50
Type: schema.TypeString,
0 commit comments