Skip to content

Commit

Permalink
feat(tf): update terraform terraform-google-modules/cloud-storage/goo…
Browse files Browse the repository at this point in the history
…gle to 9.0.0 (was 8.0.3)

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 17, 2024
1 parent 564fa4e commit 437da78
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion modules/google/kube-prometheus.tf
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ module "kube-prometheus-stack_kube-prometheus-stack_bucket" {
count = local.kube-prometheus-stack["enabled"] && local.kube-prometheus-stack["thanos_create_bucket"] && local.kube-prometheus-stack["thanos_sidecar_enabled"] ? 1 : 0

source = "terraform-google-modules/cloud-storage/google//modules/simple_bucket"
version = "~> 8.0"
version = "~> 9.0"
project_id = var.project_id
location = data.google_client_config.current.region

Expand Down
2 changes: 1 addition & 1 deletion modules/google/loki-stack.tf
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ module "loki-stack_bucket" {
count = local.loki-stack["enabled"] && local.loki-stack["create_bucket"] ? 1 : 0

source = "terraform-google-modules/cloud-storage/google//modules/simple_bucket"
version = "~> 8.0"
version = "~> 9.0"
project_id = var.project_id
location = local.loki-stack["bucket_location"]

Expand Down
2 changes: 1 addition & 1 deletion modules/google/thanos-receive.tf
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ module "thanos-receive_bucket" {
count = local.thanos-receive["enabled"] && local.thanos-receive["create_bucket"] ? 1 : 0

source = "terraform-google-modules/cloud-storage/google"
version = "~> 8.0"
version = "~> 9.0"
project_id = var.project_id
location = data.google_client_config.current.region

Expand Down
2 changes: 1 addition & 1 deletion modules/google/thanos.tf
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ module "thanos_bucket" {
count = local.thanos["enabled"] && local.thanos["create_bucket"] ? 1 : 0

source = "terraform-google-modules/cloud-storage/google//modules/simple_bucket"
version = "~> 8.0"
version = "~> 9.0"
project_id = var.project_id
location = local.thanos["bucket_location"]

Expand Down

0 comments on commit 437da78

Please sign in to comment.