Skip to content

Commit 8a43cc6

Browse files
authored
Update version of google provider in GKE project (#110)
1 parent 5a98d49 commit 8a43cc6

File tree

13 files changed

+34
-34
lines changed

13 files changed

+34
-34
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/antonbabenko/pre-commit-terraform
3-
rev: "v1.96.2"
3+
rev: "v1.99.4"
44
hooks:
55
- id: terraform_fmt
66
- id: terraform_tflint
@@ -12,7 +12,7 @@ repos:
1212
- --args=--skip-path=./.github
1313

1414
- repo: https://github.com/terraform-docs/terraform-docs
15-
rev: "v0.19.0"
15+
rev: "v0.20.0"
1616
hooks:
1717
- name: Run terraform-docs for AKS
1818
id: terraform-docs-go

gke/terraform/modules/bastion/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
| Name | Version |
55
|------|---------|
66
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | ~> 1.3 |
7-
| <a name="requirement_google"></a> [google](#requirement\_google) | 6.10.0 |
7+
| <a name="requirement_google"></a> [google](#requirement\_google) | 6.42.0 |
88

99
## Providers
1010

1111
| Name | Version |
1212
|------|---------|
13-
| <a name="provider_google"></a> [google](#provider\_google) | 6.10.0 |
13+
| <a name="provider_google"></a> [google](#provider\_google) | 6.42.0 |
1414

1515
## Modules
1616

@@ -20,10 +20,10 @@ No modules.
2020

2121
| Name | Type |
2222
|------|------|
23-
| [google_compute_firewall.bastion](https://registry.terraform.io/providers/hashicorp/google/6.10.0/docs/resources/compute_firewall) | resource |
24-
| [google_compute_instance.bastion](https://registry.terraform.io/providers/hashicorp/google/6.10.0/docs/resources/compute_instance) | resource |
25-
| [google_service_account.bastion](https://registry.terraform.io/providers/hashicorp/google/6.10.0/docs/resources/service_account) | resource |
26-
| [google_compute_zones.available](https://registry.terraform.io/providers/hashicorp/google/6.10.0/docs/data-sources/compute_zones) | data source |
23+
| [google_compute_firewall.bastion](https://registry.terraform.io/providers/hashicorp/google/6.42.0/docs/resources/compute_firewall) | resource |
24+
| [google_compute_instance.bastion](https://registry.terraform.io/providers/hashicorp/google/6.42.0/docs/resources/compute_instance) | resource |
25+
| [google_service_account.bastion](https://registry.terraform.io/providers/hashicorp/google/6.42.0/docs/resources/service_account) | resource |
26+
| [google_compute_zones.available](https://registry.terraform.io/providers/hashicorp/google/6.42.0/docs/data-sources/compute_zones) | data source |
2727

2828
## Inputs
2929

gke/terraform/modules/bastion/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
44
required_providers {
55
google = {
66
source = "hashicorp/google"
7-
version = "6.10.0"
7+
version = "6.42.0"
88
}
99
}
1010
}

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
| Name | Version |
55
|------|---------|
66
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | ~> 1.3 |
7-
| <a name="requirement_google"></a> [google](#requirement\_google) | 6.10.0 |
7+
| <a name="requirement_google"></a> [google](#requirement\_google) | 6.42.0 |
88

99
## Providers
1010

1111
| Name | Version |
1212
|------|---------|
13-
| <a name="provider_google"></a> [google](#provider\_google) | 6.10.0 |
13+
| <a name="provider_google"></a> [google](#provider\_google) | 6.42.0 |
1414

1515
## Modules
1616

@@ -20,7 +20,7 @@ No modules.
2020

2121
| Name | Type |
2222
|------|------|
23-
| [google_container_node_pool.this](https://registry.terraform.io/providers/hashicorp/google/6.10.0/docs/resources/container_node_pool) | resource |
23+
| [google_container_node_pool.this](https://registry.terraform.io/providers/hashicorp/google/6.42.0/docs/resources/container_node_pool) | resource |
2424

2525
## Inputs
2626

gke/terraform/modules/broker-node-pool/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
44
required_providers {
55
google = {
66
source = "hashicorp/google"
7-
version = "6.10.0"
7+
version = "6.42.0"
88
}
99
}
1010
}

gke/terraform/modules/cluster/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
| Name | Version |
55
|------|---------|
66
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | ~> 1.3 |
7-
| <a name="requirement_google"></a> [google](#requirement\_google) | 6.10.0 |
7+
| <a name="requirement_google"></a> [google](#requirement\_google) | 6.42.0 |
88

99
## Providers
1010

1111
| Name | Version |
1212
|------|---------|
13-
| <a name="provider_google"></a> [google](#provider\_google) | 6.10.0 |
13+
| <a name="provider_google"></a> [google](#provider\_google) | 6.42.0 |
1414

1515
## Modules
1616

@@ -20,10 +20,10 @@ No modules.
2020

2121
| Name | Type |
2222
|------|------|
23-
| [google_container_cluster.cluster](https://registry.terraform.io/providers/hashicorp/google/6.10.0/docs/resources/container_cluster) | resource |
24-
| [google_project_iam_member.default_worker_node](https://registry.terraform.io/providers/hashicorp/google/6.10.0/docs/resources/project_iam_member) | resource |
25-
| [google_service_account.cluster](https://registry.terraform.io/providers/hashicorp/google/6.10.0/docs/resources/service_account) | resource |
26-
| [google_container_engine_versions.this](https://registry.terraform.io/providers/hashicorp/google/6.10.0/docs/data-sources/container_engine_versions) | data source |
23+
| [google_container_cluster.cluster](https://registry.terraform.io/providers/hashicorp/google/6.42.0/docs/resources/container_cluster) | resource |
24+
| [google_project_iam_member.default_worker_node](https://registry.terraform.io/providers/hashicorp/google/6.42.0/docs/resources/project_iam_member) | resource |
25+
| [google_service_account.cluster](https://registry.terraform.io/providers/hashicorp/google/6.42.0/docs/resources/service_account) | resource |
26+
| [google_container_engine_versions.this](https://registry.terraform.io/providers/hashicorp/google/6.42.0/docs/data-sources/container_engine_versions) | data source |
2727

2828
## Inputs
2929

gke/terraform/modules/cluster/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
44
required_providers {
55
google = {
66
source = "hashicorp/google"
7-
version = "6.10.0"
7+
version = "6.42.0"
88
}
99
}
1010
}

gke/terraform/modules/network/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
| Name | Version |
55
|------|---------|
66
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | ~> 1.3 |
7-
| <a name="requirement_google"></a> [google](#requirement\_google) | 6.10.0 |
7+
| <a name="requirement_google"></a> [google](#requirement\_google) | 6.42.0 |
88

99
## Providers
1010

1111
| Name | Version |
1212
|------|---------|
13-
| <a name="provider_google"></a> [google](#provider\_google) | 6.10.0 |
13+
| <a name="provider_google"></a> [google](#provider\_google) | 6.42.0 |
1414

1515
## Modules
1616

@@ -20,11 +20,11 @@ No modules.
2020

2121
| Name | Type |
2222
|------|------|
23-
| [google_compute_address.nat](https://registry.terraform.io/providers/hashicorp/google/6.10.0/docs/resources/compute_address) | resource |
24-
| [google_compute_network.this](https://registry.terraform.io/providers/hashicorp/google/6.10.0/docs/resources/compute_network) | resource |
25-
| [google_compute_router.router](https://registry.terraform.io/providers/hashicorp/google/6.10.0/docs/resources/compute_router) | resource |
26-
| [google_compute_router_nat.nat](https://registry.terraform.io/providers/hashicorp/google/6.10.0/docs/resources/compute_router_nat) | resource |
27-
| [google_compute_subnetwork.cluster](https://registry.terraform.io/providers/hashicorp/google/6.10.0/docs/resources/compute_subnetwork) | resource |
23+
| [google_compute_address.nat](https://registry.terraform.io/providers/hashicorp/google/6.42.0/docs/resources/compute_address) | resource |
24+
| [google_compute_network.this](https://registry.terraform.io/providers/hashicorp/google/6.42.0/docs/resources/compute_network) | resource |
25+
| [google_compute_router.router](https://registry.terraform.io/providers/hashicorp/google/6.42.0/docs/resources/compute_router) | resource |
26+
| [google_compute_router_nat.nat](https://registry.terraform.io/providers/hashicorp/google/6.42.0/docs/resources/compute_router_nat) | resource |
27+
| [google_compute_subnetwork.cluster](https://registry.terraform.io/providers/hashicorp/google/6.42.0/docs/resources/compute_subnetwork) | resource |
2828

2929
## Inputs
3030

gke/terraform/modules/network/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
44
required_providers {
55
google = {
66
source = "hashicorp/google"
7-
version = "6.10.0"
7+
version = "6.42.0"
88
}
99
}
1010
}

gke/terraform/modules/system-node-pool/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
| Name | Version |
55
|------|---------|
66
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | ~> 1.3 |
7-
| <a name="requirement_google"></a> [google](#requirement\_google) | 6.10.0 |
7+
| <a name="requirement_google"></a> [google](#requirement\_google) | 6.42.0 |
88

99
## Providers
1010

1111
| Name | Version |
1212
|------|---------|
13-
| <a name="provider_google"></a> [google](#provider\_google) | 6.10.0 |
13+
| <a name="provider_google"></a> [google](#provider\_google) | 6.42.0 |
1414

1515
## Modules
1616

@@ -20,7 +20,7 @@ No modules.
2020

2121
| Name | Type |
2222
|------|------|
23-
| [google_container_node_pool.this](https://registry.terraform.io/providers/hashicorp/google/6.10.0/docs/resources/container_node_pool) | resource |
23+
| [google_container_node_pool.this](https://registry.terraform.io/providers/hashicorp/google/6.42.0/docs/resources/container_node_pool) | resource |
2424

2525
## Inputs
2626

0 commit comments

Comments
 (0)