diff --git a/mws/mws.go b/mws/mws.go index 9e65274e31..da01650c49 100644 --- a/mws/mws.go +++ b/mws/mws.go @@ -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"`