Skip to content

Commit 85cd767

Browse files
Automated updates to Terraform Docs (#106)
Co-authored-by: lumberbaron <[email protected]>
1 parent 5e5a4d0 commit 85cd767

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

aks/terraform/modules/broker-node-pool/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ No modules.
2626

2727
| Name | Description | Type | Default | Required |
2828
|------|-------------|------|---------|:--------:|
29-
| <a name="input_availability_zones"></a> [availability\_zones](#input\_availability\_zones) | The availability zones for the node pools - one pool is created in each zone. | `list(string)` | <pre>[<br/> "1",<br/> "2",<br/> "3"<br/>]</pre> | no |
29+
| <a name="input_availability_zones"></a> [availability\_zones](#input\_availability\_zones) | The availability zones for the node pools - one pool is created in each zone. | `list(string)` | <pre>[<br> "1",<br> "2",<br> "3"<br>]</pre> | no |
3030
| <a name="input_cluster_id"></a> [cluster\_id](#input\_cluster\_id) | The ID of the cluster. | `string` | n/a | yes |
3131
| <a name="input_common_tags"></a> [common\_tags](#input\_common\_tags) | Tags that are added to all resources created by this module. | `map(string)` | `{}` | no |
3232
| <a name="input_kubernetes_version"></a> [kubernetes\_version](#input\_kubernetes\_version) | The Kubernetes version for the node pools. | `string` | n/a | yes |

aks/terraform/modules/cluster/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ No modules.
3535

3636
| Name | Description | Type | Default | Required |
3737
|------|-------------|------|---------|:--------:|
38-
| <a name="input_availability_zones"></a> [availability\_zones](#input\_availability\_zones) | The availability zones for the default (system) node pool. | `list(string)` | <pre>[<br/> "1",<br/> "2",<br/> "3"<br/>]</pre> | no |
38+
| <a name="input_availability_zones"></a> [availability\_zones](#input\_availability\_zones) | The availability zones for the default (system) node pool. | `list(string)` | <pre>[<br> "1",<br> "2",<br> "3"<br>]</pre> | no |
3939
| <a name="input_cluster_name"></a> [cluster\_name](#input\_cluster\_name) | The name of the cluster and name (or name prefix) for all other infrastructure. | `string` | n/a | yes |
4040
| <a name="input_common_tags"></a> [common\_tags](#input\_common\_tags) | Tags that are added to all resources created by this module. | `map(string)` | `{}` | no |
4141
| <a name="input_kubernetes_api_authorized_networks"></a> [kubernetes\_api\_authorized\_networks](#input\_kubernetes\_api\_authorized\_networks) | A list of CIDRs that can access the Kubernetes API, in addition to the VPC's CIDR (which is added by default). | `list(string)` | `[]` | no |

eks/terraform/modules/network/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ No modules.
3131
| [aws_subnet.public](https://registry.terraform.io/providers/hashicorp/aws/5.77.0/docs/resources/subnet) | resource |
3232
| [aws_vpc.this](https://registry.terraform.io/providers/hashicorp/aws/5.77.0/docs/resources/vpc) | resource |
3333
| [aws_availability_zones.available](https://registry.terraform.io/providers/hashicorp/aws/5.77.0/docs/data-sources/availability_zones) | data source |
34+
| [aws_availability_zones.preferred](https://registry.terraform.io/providers/hashicorp/aws/5.77.0/docs/data-sources/availability_zones) | data source |
3435

3536
## Inputs
3637

0 commit comments

Comments
 (0)