Skip to content

Commit c268c41

Browse files
authored
Replace databricks_mws_networks on vpc_endpoints change (#1453)
1 parent f9601b2 commit c268c41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mws/mws.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ type Network struct {
5353
NetworkName string `json:"network_name"`
5454
VPCID string `json:"vpc_id"`
5555
SubnetIds []string `json:"subnet_ids" tf:"slice_set"`
56-
VPCEndpoints *NetworkVPCEndpoints `json:"vpc_endpoints,omitempty" tf:"computed"`
56+
VPCEndpoints *NetworkVPCEndpoints `json:"vpc_endpoints,omitempty" tf:"computed,force_new"`
5757
SecurityGroupIds []string `json:"security_group_ids" tf:"slice_set"`
5858
VPCStatus string `json:"vpc_status,omitempty" tf:"computed"`
5959
ErrorMessages []NetworkHealth `json:"error_messages,omitempty" tf:"computed"`

0 commit comments

Comments
 (0)