Skip to content

Commit f509c19

Browse files
make docs
1 parent d3b44ea commit f509c19

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

modules/base/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
| humanitec\_prefix | A prefix that will be attached to all IDs created in Humanitec. | `string` | `""` | no |
4444
| vpc\_description | VPC Description | `string` | `"VPC for Humanitec Reference Architecture Implementation for GCP. https://github.com/humanitec-architecture/reference-archietcture-gcp"` | no |
4545
| vpc\_name | VPC Name | `string` | `"htc-ref-arch-vpc"` | no |
46-
| vpc\_subnets | List of VPC Subnets | <pre>list(object({<br> name = string<br> description = string<br> ip_cidr_range = string<br> purpose = optional(string)<br> role = optional(string)<br> region = optional(string)<br> private_ip_google_access = optional(bool)<br> secondary_ip_range = optional(list(object({<br> range_name = string<br> ip_cidr_range = string<br> })))<br> }))</pre> | <pre>[<br> {<br> "description": "Subnet that hosts resources provisioned for the Humanitec Reference Architecture Implementation for GCP. https://github.com/humanitec-architecture/reference-archietcture-gcp",<br> "ip_cidr_range": "10.128.0.0/20",<br> "name": "htc-ref-arch-subnet"<br> }<br>]</pre> | no |
46+
| vpc\_subnets | List of VPC Subnets | <pre>list(object({<br/> name = string<br/> description = string<br/> ip_cidr_range = string<br/> purpose = optional(string)<br/> role = optional(string)<br/> region = optional(string)<br/> private_ip_google_access = optional(bool)<br/> secondary_ip_range = optional(list(object({<br/> range_name = string<br/> ip_cidr_range = string<br/> })))<br/> }))</pre> | <pre>[<br/> {<br/> "description": "Subnet that hosts resources provisioned for the Humanitec Reference Architecture Implementation for GCP. https://github.com/humanitec-architecture/reference-archietcture-gcp",<br/> "ip_cidr_range": "10.128.0.0/20",<br/> "name": "htc-ref-arch-subnet"<br/> }<br/>]</pre> | no |
4747

4848
### Outputs
4949

modules/htc_res_defs/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,12 @@
2323

2424
| Name | Type |
2525
|------|------|
26+
| [humanitec_resource_definition.emptydir_volume](https://registry.terraform.io/providers/humanitec/humanitec/latest/docs/resources/resource_definition) | resource |
2627
| [humanitec_resource_definition.k8s_cluster](https://registry.terraform.io/providers/humanitec/humanitec/latest/docs/resources/resource_definition) | resource |
2728
| [humanitec_resource_definition.k8s_namespace](https://registry.terraform.io/providers/humanitec/humanitec/latest/docs/resources/resource_definition) | resource |
2829
| [humanitec_resource_definition_criteria.default_mysql](https://registry.terraform.io/providers/humanitec/humanitec/latest/docs/resources/resource_definition_criteria) | resource |
2930
| [humanitec_resource_definition_criteria.default_postgres](https://registry.terraform.io/providers/humanitec/humanitec/latest/docs/resources/resource_definition_criteria) | resource |
31+
| [humanitec_resource_definition_criteria.emptydir_volume](https://registry.terraform.io/providers/humanitec/humanitec/latest/docs/resources/resource_definition_criteria) | resource |
3032
| [humanitec_resource_definition_criteria.k8s_cluster](https://registry.terraform.io/providers/humanitec/humanitec/latest/docs/resources/resource_definition_criteria) | resource |
3133
| [humanitec_resource_definition_criteria.k8s_namespace](https://registry.terraform.io/providers/humanitec/humanitec/latest/docs/resources/resource_definition_criteria) | resource |
3234

modules/network/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
|------|-------------|------|---------|:--------:|
2828
| project\_id | GCP Project ID | `string` | n/a | yes |
2929
| region | GCP Region | `string` | n/a | yes |
30-
| subnets | List of VPC Subnets | <pre>list(object({<br> name = string<br> description = string<br> ip_cidr_range = string<br> purpose = optional(string)<br> role = optional(string)<br> region = optional(string)<br> private_ip_google_access = optional(bool)<br> secondary_ip_range = optional(list(object({<br> range_name = string<br> ip_cidr_range = string<br> })))<br> }))</pre> | n/a | yes |
30+
| subnets | List of VPC Subnets | <pre>list(object({<br/> name = string<br/> description = string<br/> ip_cidr_range = string<br/> purpose = optional(string)<br/> role = optional(string)<br/> region = optional(string)<br/> private_ip_google_access = optional(bool)<br/> secondary_ip_range = optional(list(object({<br/> range_name = string<br/> ip_cidr_range = string<br/> })))<br/> }))</pre> | n/a | yes |
3131
| vpc\_description | VPC Description | `string` | n/a | yes |
3232
| vpc\_name | VPC Name | `string` | n/a | yes |
3333

0 commit comments

Comments
 (0)