Shorten env names

This commit is contained in:
averbukh 2021-03-14 10:23:52 +01:00
parent 16e11fa7c1
commit 5a796f3637
1 changed files with 2 additions and 2 deletions

View File

@ -81,7 +81,7 @@ rule-name: # descriptive name, naming convention is adjusted by the module
Firewall rules example yaml configuration
```bash
cat ./production/core-network/common-rules.yaml
cat ./prod/core-network/common-rules.yaml
# allow ingress from GCLB to all instances in the network
lb-health-checks:
allow:
@ -103,7 +103,7 @@ deny-all:
destination_ranges:
- 0.0.0.0/0
cat ./development/team-a/web-app-a.yaml
cat ./dev/team-a/web-app-a.yaml
# Myapp egress
web-app-a-egress:
allow: