update factory README

This commit is contained in:
Ludovico Magnocavallo 2022-01-17 11:08:26 +01:00
parent 567bd57085
commit 2bebff6582
1 changed files with 14 additions and 12 deletions

View File

@ -136,12 +136,13 @@ web-app-a-ingress:
```
<!-- BEGIN TFDOC -->
## Variables
| name | description | type | required | default |
| ------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------- | :--------------------------------------------------------------------------------------------------------------------: | :------: | :---------------: |
|---|---|:---:|:---:|:---:|
| config_directories | List of paths to folders where firewall configs are stored in yaml format. Folder may include subfolders with configuration files. Files suffix must be `.yaml` | <code>list&#40;string&#41;</code> | ✓ | |
| network | Name of the network this set of firewall rules applies to. | <code>string</code> | ✓ | |
| project_id | Project Id. | <code>string</code> | ✓ | |
@ -150,7 +151,7 @@ web-app-a-ingress:
## Outputs
| name | description | sensitive |
| ------------------- | -------------------------------- | :-------: |
|---|---|:---:|
| egress_allow_rules | Egress rules with allow blocks. | |
| egress_deny_rules | Egress rules with allow blocks. | |
| ingress_allow_rules | Ingress rules with allow blocks. | |
@ -158,3 +159,4 @@ web-app-a-ingress:
<!-- END TFDOC -->