diff --git a/internal/services/vpc/vpc.go b/internal/services/vpc/vpc.go index d8c7a2833a..d14d728937 100644 --- a/internal/services/vpc/vpc.go +++ b/internal/services/vpc/vpc.go @@ -48,7 +48,7 @@ func ResourceVPC() *schema.Resource { "enable_custom_routes_propagation": { Type: schema.TypeBool, Optional: true, - Default: true, + Computed: true, Description: "Defines whether the VPC advertises custom routes between its Private Networks", }, "project_id": account.ProjectIDSchema(),