Skip to content

Commit 50c56a5

Browse files
authored
fix(vpc): set enable_custom_routes_propagation to computed instead of default true (#3244)
1 parent b583ad3 commit 50c56a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/services/vpc/vpc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ func ResourceVPC() *schema.Resource {
4848
"enable_custom_routes_propagation": {
4949
Type: schema.TypeBool,
5050
Optional: true,
51-
Default: true,
51+
Computed: true,
5252
Description: "Defines whether the VPC advertises custom routes between its Private Networks",
5353
},
5454
"project_id": account.ProjectIDSchema(),

0 commit comments

Comments
 (0)