Add custom routes for directpath to net-vpc module (#2966)

* add custom routes for directpath to net-vpc module

* blueprint tests

* blueprint tests

* blueprint tests

* fast tests

* tfdoc

* module examples
This commit is contained in:
Ludovico Magnocavallo
2025-03-19 11:22:47 +01:00
committed by GitHub
parent 73022a710a
commit c8e4179f2b
79 changed files with 356 additions and 205 deletions

View File

@@ -24,6 +24,7 @@ Note that this module assumes that some options are the same for both the primar
<!-- END TOC -->
## Examples
### Simple example
This example shows how to setup a project, VPC and a standalone Cloud SQL instance.
@@ -77,7 +78,7 @@ module "db" {
gcp_deletion_protection = false
terraform_deletion_protection = false
}
# tftest modules=3 resources=15 inventory=simple.yaml isolated e2e
# tftest modules=3 resources=16 inventory=simple.yaml isolated e2e
```
### Cross-regional read replica
@@ -227,7 +228,7 @@ module "db" {
terraform_deletion_protection = false
}
# tftest modules=4 resources=21 isolated e2e
# tftest modules=4 resources=22 isolated e2e
```
### Instance with PSC enabled