Skip to content

Commit 08bbf24

Browse files
authored
Merge pull request #122 from OpenVPN/fix/force-new-application-network-host
Enhance resource definitions
2 parents 154ce87 + 3475975 commit 08bbf24

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

cloudconnexa/resource_host_application.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ func resourceHostApplication() *schema.Resource {
5252
"host_id": {
5353
Type: schema.TypeString,
5454
Required: true,
55+
ForceNew: true,
5556
},
5657
},
5758
}

cloudconnexa/resource_network_application.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ func resourceNetworkApplication() *schema.Resource {
5252
"network_id": {
5353
Type: schema.TypeString,
5454
Required: true,
55+
ForceNew: true,
5556
},
5657
},
5758
}

0 commit comments

Comments
 (0)