Skip to content

Commit

Permalink
Merge pull request #18 from remerge/update-template
Browse files Browse the repository at this point in the history
Update to terraform-google-kubernetes-engine v29
  • Loading branch information
hollow committed Nov 6, 2023
2 parents d83276a + 1437977 commit 1341874
Show file tree
Hide file tree
Showing 19 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
# Changes here will be overwritten by Copier
_commit: v2.1.3
_commit: v2.2.0
_src_path: gh:remerge/template
project_id: terraform-modules
project_license: apache-2.0
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Load envrc
uses: HatsuneMiku3939/direnv-action@v1

- name: Setup Terraform
uses: hashicorp/setup-terraform@v2
uses: hashicorp/setup-terraform@v3
with:
cli_config_credentials_token: "${{ secrets.TF_CLOUD_API_TOKEN }}"
terraform_version: "~> 1.5.0"
Expand Down
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ default_install_hook_types:
repos:
# https://github.com/pre-commit/pre-commit-hooks/tags
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: "v4.4.0"
rev: "v4.5.0"
hooks:
- id: check-added-large-files
- id: check-case-conflict
Expand Down Expand Up @@ -74,7 +74,7 @@ repos:

# https://github.com/antonbabenko/pre-commit-terraform/tags
- repo: https://github.com/antonbabenko/pre-commit-terraform
rev: "v1.83.4"
rev: "v1.83.5"
hooks:
- id: terraform_fmt
name: terraform-fmt
Expand All @@ -83,7 +83,7 @@ repos:

# https://github.com/bridgecrewio/checkov/tags
- repo: https://github.com/bridgecrewio/checkov
rev: "2.4.48"
rev: "3.0.21"
hooks:
- id: checkov
name: checkov
Expand Down
Empty file added bin/.keep
Empty file.
2 changes: 1 addition & 1 deletion consul/dns/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
# https://registry.terraform.io/providers/hashicorp/google/latest
google = {
source = "hashicorp/google"
version = "~> 4.64"
version = "~> 5.4"
}
}
}
2 changes: 1 addition & 1 deletion domain/delegation/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
# https://registry.terraform.io/providers/hashicorp/google/latest
google = {
source = "hashicorp/google"
version = "~> 4.64"
version = "~> 5.4"
}
}
}
2 changes: 1 addition & 1 deletion google/compute/container/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
# https://registry.terraform.io/providers/hashicorp/google/latest
google = {
source = "hashicorp/google"
version = "~> 4.64"
version = "~> 5.4"
}
}
}
2 changes: 1 addition & 1 deletion google/compute/template/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
# https://registry.terraform.io/providers/hashicorp/google/latest
google = {
source = "hashicorp/google"
version = "~> 4.64"
version = "~> 5.4"
}
}
}
2 changes: 1 addition & 1 deletion google/compute/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
# https://registry.terraform.io/providers/hashicorp/google/latest
google = {
source = "hashicorp/google"
version = "~> 4.64"
version = "~> 5.4"
}
}
}
2 changes: 1 addition & 1 deletion google/kubernetes/main.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "cluster" {
source = "terraform-google-modules/kubernetes-engine/google//modules/private-cluster"
version = "v27.0.0"
version = "v29.0.0"

project_id = var.project
name = var.name
Expand Down
2 changes: 1 addition & 1 deletion google/kubernetes/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
# https://registry.terraform.io/providers/hashicorp/google/latest
google = {
source = "hashicorp/google"
version = "~> 4.64"
version = "~> 5.4"
}
# https://registry.terraform.io/providers/e-breuninger/netbox/latest
netbox = {
Expand Down
2 changes: 1 addition & 1 deletion google/redis/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
# https://registry.terraform.io/providers/hashicorp/google/latest
google = {
source = "hashicorp/google"
version = "~> 4.64"
version = "~> 5.4"
}
}
}
2 changes: 1 addition & 1 deletion google/sql/database/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
# https://registry.terraform.io/providers/hashicorp/google/latest
google = {
source = "hashicorp/google"
version = "~> 4.64"
version = "~> 5.4"
}
}
}
2 changes: 1 addition & 1 deletion google/sql/postgresql/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
# https://registry.terraform.io/providers/hashicorp/google/latest
google = {
source = "hashicorp/google"
version = "~> 4.64"
version = "~> 5.4"
}
}
}
2 changes: 1 addition & 1 deletion netbox/cluster/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
# https://registry.terraform.io/providers/hashicorp/google/latest
google = {
source = "hashicorp/google"
version = "~> 4.64"
version = "~> 5.4"
}
# https://registry.terraform.io/providers/e-breuninger/netbox/latest
netbox = {
Expand Down
2 changes: 1 addition & 1 deletion netbox/vm/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
# https://registry.terraform.io/providers/hashicorp/google/latest
google = {
source = "hashicorp/google"
version = "~> 4.64"
version = "~> 5.4"
}
# https://registry.terraform.io/providers/e-breuninger/netbox/latest
netbox = {
Expand Down
2 changes: 1 addition & 1 deletion nomad/dns/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
# https://registry.terraform.io/providers/hashicorp/google/latest
google = {
source = "hashicorp/google"
version = "~> 4.64"
version = "~> 5.4"
}
}
}
2 changes: 1 addition & 1 deletion okta/pam/project/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
# https://registry.terraform.io/providers/hashicorp/google/latest
google = {
source = "hashicorp/google"
version = "~> 4.64"
version = "~> 5.4"
}
# https://registry.terraform.io/providers/okta/oktapam/latest
oktapam = {
Expand Down
2 changes: 1 addition & 1 deletion sendgrid/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
# https://registry.terraform.io/providers/hashicorp/google/latest
google = {
source = "hashicorp/google"
version = "~> 4.64"
version = "~> 5.4"
}
# https://registry.terraform.io/providers/Trois-Six/sendgrid/latest
sendgrid = {
Expand Down

0 comments on commit 1341874

Please sign in to comment.