Skip to content

Commit

Permalink
Merge pull request #87 from sparkfabrik/renovate_test
Browse files Browse the repository at this point in the history
refs platform/3273: update versions
  • Loading branch information
Syphon83 authored Dec 2, 2024
2 parents a82050a + bb3ac0a commit cc3e6d8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ resource "random_id" "postgres_suffix" {
# Services
module "project_services" {
source = "terraform-google-modules/project-factory/google//modules/project_services"
version = "~> 15.0.0"
version = "~> 17.0.0"

project_id = var.project_id
disable_services_on_destroy = false
Expand Down Expand Up @@ -138,7 +138,7 @@ resource "random_id" "cloudnat_suffix" {

module "cloud_nat" {
source = "terraform-google-modules/cloud-nat/google"
version = "~> 5.2.0"
version = "~> 5.3.0"
project_id = var.project_id
region = var.region
router = format("%s-router", var.project_id)
Expand Down Expand Up @@ -349,7 +349,7 @@ resource "google_storage_bucket_iam_binding" "gitlab_bucket_iam_binding_admin" {
# GKE Cluster
module "gke" {
source = "terraform-google-modules/kubernetes-engine/google//modules/beta-private-cluster"
version = "~> 31.1.0"
version = "~> 34.0.0"

# Create an implicit dependency on service activation
project_id = module.project_services.project_id
Expand Down
4 changes: 2 additions & 2 deletions versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "< 6.0.0"
version = "< 7.0.0"
}
google-beta = {
source = "hashicorp/google-beta"
version = "< 6.0.0"
version = "< 7.0.0"
}
helm = {
source = "hashicorp/helm"
Expand Down

0 comments on commit cc3e6d8

Please sign in to comment.