Skip to content

Commit

Permalink
feat(tf): update terraform terraform-google-modules/iam/google to v8
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 20, 2024
1 parent 15da599 commit 0c572d0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modules/google/kube-prometheus.tf
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ resource "google_storage_bucket_iam_member" "kube_prometheus_stack_thanos_bucket
module "kube-prometheus-stack_grafana-iam-member" {
count = local.kube-prometheus-stack["enabled"] ? 1 : 0
source = "terraform-google-modules/iam/google//modules/member_iam"
version = "~> 7.6"
version = "~> 8.0"

service_account_address = module.iam_assumable_sa_kube-prometheus-stack_grafana[0].gcp_service_account_email
project_id = var.project_id
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 @@ -75,7 +75,7 @@ module "iam_assumable_sa_loki-stack" {
module "loki-stack_bucket_iam" {
count = local.loki-stack["enabled"] ? 1 : 0
source = "terraform-google-modules/iam/google//modules/storage_buckets_iam"
version = "~> 7.6"
version = "~> 8.0"

mode = "additive"
storage_buckets = [local.loki-stack["bucket"]]
Expand Down
2 changes: 1 addition & 1 deletion modules/google/thanos-storegateway.tf
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ module "iam_assumable_sa_thanos-storegateway" {
module "thanos-storegateway_bucket_iam" {
for_each = local.thanos-storegateway
source = "terraform-google-modules/iam/google//modules/storage_buckets_iam"
version = "~> 7.6"
version = "~> 8.0"

mode = "additive"
storage_buckets = [each.value["bucket"]]
Expand Down

0 comments on commit 0c572d0

Please sign in to comment.