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.
databricks_mws_networks
vpc_endpoints
1 parent f9601b2 commit c268c41Copy full SHA for c268c41
mws/mws.go
@@ -53,7 +53,7 @@ type Network struct {
53
NetworkName string `json:"network_name"`
54
VPCID string `json:"vpc_id"`
55
SubnetIds []string `json:"subnet_ids" tf:"slice_set"`
56
- VPCEndpoints *NetworkVPCEndpoints `json:"vpc_endpoints,omitempty" tf:"computed"`
+ VPCEndpoints *NetworkVPCEndpoints `json:"vpc_endpoints,omitempty" tf:"computed,force_new"`
57
SecurityGroupIds []string `json:"security_group_ids" tf:"slice_set"`
58
VPCStatus string `json:"vpc_status,omitempty" tf:"computed"`
59
ErrorMessages []NetworkHealth `json:"error_messages,omitempty" tf:"computed"`
0 commit comments