Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: terraform fmt
uses: dflook/terraform-fmt-check@f854603776e9bcfa4f33eb780eba8accda1e83c1
uses: dflook/terraform-fmt-check@695943a23946943f58e7dd2ee17089785e24df9c
docs:
needs: formatting
runs-on: ubuntu-22.04
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ This module depends on the following external tools:
| <a name="input_enable_workload_identity"></a> [enable\_workload\_identity](#input\_enable\_workload\_identity) | Whether to enable workload identity. If enabled, 'netd' is deployed by GKE. | `bool` | `false` | no |
| <a name="input_kubernetes_version"></a> [kubernetes\_version](#input\_kubernetes\_version) | The version of Kubernetes/GKE to use. | `string` | n/a | yes |
| <a name="input_name"></a> [name](#input\_name) | The name of the GKE cluster. | `string` | n/a | yes |
| <a name="input_node_pools"></a> [node\_pools](#input\_node\_pools) | A map describing the set of node pools to create. | <pre>map(object({<br> auto_upgrade = bool<br> auto_repair = bool<br> image_type = string<br> instance_type = string<br> max_nodes = number<br> min_nodes = number<br> preemptible = bool<br> root_volume_size = number<br> root_volume_type = string<br> pod_range = string<br> taints = list(object({<br> effect = string<br> key = string<br> value = string<br> }))<br> }))</pre> | n/a | yes |
| <a name="input_node_pools"></a> [node\_pools](#input\_node\_pools) | A map describing the set of node pools to create. | <pre>map(object({<br/> auto_upgrade = bool<br/> auto_repair = bool<br/> image_type = string<br/> instance_type = string<br/> max_nodes = number<br/> min_nodes = number<br/> preemptible = bool<br/> root_volume_size = number<br/> root_volume_type = string<br/> pod_range = string<br/> taints = list(object({<br/> effect = string<br/> key = string<br/> value = string<br/> }))<br/> }))</pre> | n/a | yes |
| <a name="input_pod_cidr_name"></a> [pod\_cidr\_name](#input\_pod\_cidr\_name) | The name of the secondary CIDR used for pods. Must be created separately as a secondary CIDR on the subnet used for the cluster. | `string` | n/a | yes |
| <a name="input_project_id"></a> [project\_id](#input\_project\_id) | The ID of the project in which to create the GKE cluster. | `string` | n/a | yes |
| <a name="input_region"></a> [region](#input\_region) | The region in which to create the GKE cluster. | `string` | n/a | yes |
Expand Down