Updated README.md - updated tfdocs

This commit is contained in:
Simone Ruffilli 2021-10-15 12:21:12 +02:00
parent 0836433e55
commit 1764b3630c
1 changed files with 7 additions and 7 deletions

View File

@ -151,14 +151,14 @@ web_frontends:
<!-- BEGIN TFDOC -->
## Variables
| name | description | type | required | default |
| ---------------- | ------------------------------------------------------------------------------ | :--------------------------: | :------: | :-----: |
| config_folder | Relative path of the folder containing the hierarchical firewall configuration | <code title="">string</code> | | |
| templates_folder | Relative path of the folder containing the cidr/service account templates | <code title="">string</code> | | |
| name | description | type | required | default |
|---|---|:---: |:---:|:---:|
| config_folder | Relative path of the folder containing the hierarchical firewall configuration | <code title="">string</code> | ✓ | |
| templates_folder | Relative path of the folder containing the cidr/service account templates | <code title="">string</code> | ✓ | |
## Outputs
| name | description | sensitive |
| --------------------------- | ------------------------------------- | :-------: |
| hierarchical-firewall-rules | Generated Hierarchical Firewall Rules | |
| name | description | sensitive |
|---|---|:---:|
| hierarchical-firewall-rules | Generated Hierarchical Firewall Rules | |
<!-- END TFDOC -->