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

@@ -121,7 +121,7 @@ module "firewall-policy" {
}
}
}
# tftest modules=2 resources=9 inventory=global-net.yaml
# tftest modules=2 resources=10 inventory=global-net.yaml
```
### Regional Network policy
@@ -160,7 +160,7 @@ module "firewall-policy" {
}
}
}
# tftest modules=2 resources=7 inventory=regional-net.yaml
# tftest modules=2 resources=8 inventory=regional-net.yaml
```
### Factory
@@ -292,7 +292,7 @@ module "firewall-policy" {
ingress_rules_file_path = "configs/ingress-spg.yaml"
}
}
# tftest modules=2 resources=8 files=ingress-spg inventory=factory-spg.yaml
# tftest modules=2 resources=9 files=ingress-spg inventory=factory-spg.yaml
```
```yaml