Fix subnet schema in net-vpc module & hybrid subnets example implementation (#2958)

* Fixed subnet schema by adding "allow_subnet_cidr_routes_overlap" field

* Implemented hybrid subnets code example and test code
This commit is contained in:
Samuele Perticarari
2025-03-15 18:29:44 +01:00
committed by GitHub
parent 9b04cb130a
commit b50e8a16dc
3 changed files with 21 additions and 2 deletions

View File

@@ -17,6 +17,9 @@
"enable_private_access": {
"type": "boolean"
},
"allow_subnet_cidr_routes_overlap": {
"type": "boolean"
},
"flow_logs_config": {
"type": "object",
"additionalProperties": false,