Skip to content

Commit

Permalink
Fixup network_id in ipaddress when vpc_id is specified
Browse files Browse the repository at this point in the history
  • Loading branch information
vishesh92 committed Mar 13, 2024
1 parent 9b1501e commit ddd8193
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cloudstack/resource_cloudstack_ipaddress.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ func resourceCloudStackIPAddress() *schema.Resource {
"network_id": {
Type: schema.TypeString,
Optional: true,
Computed: true,
ForceNew: true,
},

Expand Down

0 comments on commit ddd8193

Please sign in to comment.