Skip to content

Commit

Permalink
Align variable descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
brettcurtis committed Jul 29, 2024
1 parent 364c5db commit 2add2b8
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ repos:
- id: terraform_docs

- repo: https://github.com/bridgecrewio/checkov.git
rev: 3.2.186
rev: 3.2.213
hooks:
- id: checkov
verbose: true
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ No requirements.

| Name | Version |
|------|---------|
| <a name="provider_google"></a> [google](#provider\_google) | 5.38.0 |
| <a name="provider_google"></a> [google](#provider\_google) | 5.37.0 |
| <a name="provider_random"></a> [random](#provider\_random) | 3.6.2 |

### Modules
Expand Down
6 changes: 3 additions & 3 deletions regional/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ No requirements.

| Name | Version |
|------|---------|
| <a name="provider_google"></a> [google](#provider\_google) | 5.38.0 |
| <a name="provider_google-beta"></a> [google-beta](#provider\_google-beta) | 5.38.0 |
| <a name="provider_google"></a> [google](#provider\_google) | 5.36.0 |
| <a name="provider_google-beta"></a> [google-beta](#provider\_google-beta) | 5.36.0 |
| <a name="provider_random"></a> [random](#provider\_random) | 3.6.2 |

## Modules
Expand Down Expand Up @@ -55,7 +55,7 @@ No modules.
| <a name="input_node_location"></a> [node\_location](#input\_node\_location) | The zone in which the cluster's nodes should be located. If not specified, the cluster's nodes are located across zones in the region | `string` | `null` | no |
| <a name="input_node_pools"></a> [node\_pools](#input\_node\_pools) | The node pools to create in the cluster | <pre>map(object({<br> auto_repair = optional(bool)<br> auto_upgrade = optional(bool)<br> disk_size_gb = optional(number)<br> disk_type = optional(string)<br> image_type = optional(string)<br> machine_type = optional(string)<br> max_node_count = optional(number, 3)<br> min_node_count = optional(number, 0)<br> node_count = optional(number)<br> oauth_scopes = optional(list(string), ["https://www.googleapis.com/auth/cloud-platform"])<br> upgrade_settings_batch_node_count = optional(number)<br> upgrade_settings_batch_percentage = optional(number)<br> upgrade_settings_batch_soak_duration = optional(string)<br> upgrade_settings_node_pool_soak_duration = optional(string)<br> upgrade_settings_max_surge = optional(number)<br> upgrade_settings_max_unavailable = optional(number, 1) # https://github.com/hashicorp/terraform-provider-google/issues/17164<br> upgrade_settings_strategy = optional(string, "SURGE")<br> }))</pre> | `{}` | no |
| <a name="input_project"></a> [project](#input\_project) | The ID of the project in which the resource belongs | `string` | n/a | yes |
| <a name="input_region"></a> [region](#input\_region) | The region the cluster will run in if not creating a zonal cluster, required for subnet as well | `string` | `"us-east4"` | no |
| <a name="input_region"></a> [region](#input\_region) | The region in which the resource belongs | `string` | `"us-east4"` | no |
| <a name="input_release_channel"></a> [release\_channel](#input\_release\_channel) | Configuration options for the Release channel feature, which provide more control over automatic upgrades of your GKE clusters | `string` | `"REGULAR"` | no |
| <a name="input_resource_labels"></a> [resource\_labels](#input\_resource\_labels) | The GCP labels (key/value pairs) to be applied to each node | `map(string)` | `{}` | no |
| <a name="input_services_secondary_range_name"></a> [services\_secondary\_range\_name](#input\_services\_secondary\_range\_name) | The name of the existing secondary range in the cluster's subnetwork to use for service | `string` | n/a | yes |
Expand Down
2 changes: 1 addition & 1 deletion regional/onboarding/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ No requirements.

| Name | Version |
|------|---------|
| <a name="provider_google"></a> [google](#provider\_google) | 5.38.0 |
| <a name="provider_google"></a> [google](#provider\_google) | 5.36.0 |
| <a name="provider_kubernetes"></a> [kubernetes](#provider\_kubernetes) | 2.31.0 |

## Modules
Expand Down
2 changes: 1 addition & 1 deletion regional/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ variable "project" {
}

variable "region" {
description = "The region the cluster will run in if not creating a zonal cluster, required for subnet as well"
description = "The region in which the resource belongs"
type = string
default = "us-east4"
}
Expand Down

0 comments on commit 2add2b8

Please sign in to comment.