New tfdoc version (#396)
* update tfdoc * rewrite check docs, refactor tfdoc replace, regenerate modules READMEs * remove dead code from check docs * do not fail on missing variable files in check docs * fix typos
This commit is contained in:
committed by
GitHub
parent
d2cbf800fc
commit
1ac3fe4460
@@ -25,16 +25,17 @@ module "neg" {
|
||||
```
|
||||
|
||||
<!-- BEGIN TFDOC -->
|
||||
|
||||
## Variables
|
||||
|
||||
| name | description | type | required | default |
|
||||
|---|---|:---: |:---:|:---:|
|
||||
| endpoints | List of (instance, port, address) of the NEG | <code title="list(object({ instance = string port = number ip_address = string }))">list(object({...}))</code> | ✓ | |
|
||||
| name | NEG name | <code title="">string</code> | ✓ | |
|
||||
| network | Name or self link of the VPC used for the NEG. Use the self link for Shared VPC. | <code title="">string</code> | ✓ | |
|
||||
| project_id | NEG project id. | <code title="">string</code> | ✓ | |
|
||||
| subnetwork | VPC subnetwork name or self link. | <code title="">string</code> | ✓ | |
|
||||
| zone | NEG zone | <code title="">string</code> | ✓ | |
|
||||
|---|---|:---:|:---:|:---:|
|
||||
| endpoints | List of (instance, port, address) of the NEG | <code title="list(object({ instance = string port = number ip_address = string }))">list(object({…}))</code> | ✓ | |
|
||||
| name | NEG name | <code>string</code> | ✓ | |
|
||||
| network | Name or self link of the VPC used for the NEG. Use the self link for Shared VPC. | <code>string</code> | ✓ | |
|
||||
| project_id | NEG project id. | <code>string</code> | ✓ | |
|
||||
| subnetwork | VPC subnetwork name or self link. | <code>string</code> | ✓ | |
|
||||
| zone | NEG zone | <code>string</code> | ✓ | |
|
||||
|
||||
## Outputs
|
||||
|
||||
@@ -43,4 +44,6 @@ module "neg" {
|
||||
| id | Network endpoint group ID | |
|
||||
| self_lnk | Network endpoint group self link | |
|
||||
| size | Size of the network endpoint group | |
|
||||
|
||||
|
||||
<!-- END TFDOC -->
|
||||
|
||||
Reference in New Issue
Block a user