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.
1 parent b583ad3 commit d5e0c2bCopy full SHA for d5e0c2b
internal/services/vpc/vpc.go
@@ -48,7 +48,7 @@ func ResourceVPC() *schema.Resource {
48
"enable_custom_routes_propagation": {
49
Type: schema.TypeBool,
50
Optional: true,
51
- Default: true,
+ Computed: true,
52
Description: "Defines whether the VPC advertises custom routes between its Private Networks",
53
},
54
"project_id": account.ProjectIDSchema(),
0 commit comments