Skip to content

Commit

Permalink
Merge pull request #43 from remerge/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
hollow committed Jun 19, 2024
2 parents 6a38c32 + 2f079e4 commit 566d602
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 = "v30.0.0"
version = "v31.0.0"

project_id = var.project
name = var.name
Expand Down
2 changes: 1 addition & 1 deletion google/static-website/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ resource "google_compute_backend_bucket" "static" {

module "website" {
source = "terraform-google-modules/cloud-storage/google"
version = "5.0.0"
version = "6.0.0"
project_id = var.project
names = [local.bucket_name]
set_admin_roles = true
Expand Down

0 comments on commit 566d602

Please sign in to comment.