Skip to content

Commit

Permalink
Replace databricks_mws_networks on vpc_endpoints change (#1453)
Browse files Browse the repository at this point in the history
  • Loading branch information
ravirahul-db committed Jul 13, 2022
1 parent f9601b2 commit c268c41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mws/mws.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ type Network struct {
NetworkName string `json:"network_name"`
VPCID string `json:"vpc_id"`
SubnetIds []string `json:"subnet_ids" tf:"slice_set"`
VPCEndpoints *NetworkVPCEndpoints `json:"vpc_endpoints,omitempty" tf:"computed"`
VPCEndpoints *NetworkVPCEndpoints `json:"vpc_endpoints,omitempty" tf:"computed,force_new"`
SecurityGroupIds []string `json:"security_group_ids" tf:"slice_set"`
VPCStatus string `json:"vpc_status,omitempty" tf:"computed"`
ErrorMessages []NetworkHealth `json:"error_messages,omitempty" tf:"computed"`
Expand Down

0 comments on commit c268c41

Please sign in to comment.