Skip to content

Commit

Permalink
feat(tf): update terraform terraform-google-modules/kms/google to v2.…
Browse files Browse the repository at this point in the history
…2.3 (#2365)

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 24, 2023
1 parent 54576e1 commit 8ed0807
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 @@ -317,7 +317,7 @@ module "kube-prometheus-stack_grafana-iam-member" {
module "kube-prometheus-stack_thanos_kms_bucket" {
count = local.kube-prometheus-stack["enabled"] && local.kube-prometheus-stack["thanos_create_bucket"] ? 1 : 0
source = "terraform-google-modules/kms/google"
version = "2.2.2"
version = "2.2.3"

project_id = var.project_id
location = local.kube-prometheus-stack["thanos_kms_bucket_location"]
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 @@ -169,7 +169,7 @@ resource "helm_release" "loki-stack" {
module "loki-stack_kms_bucket" {
count = local.loki-stack["enabled"] && local.loki-stack["create_bucket"] ? 1 : 0
source = "terraform-google-modules/kms/google"
version = "2.2.2"
version = "2.2.3"

project_id = var.project_id
location = local.loki-stack["kms_bucket_location"]
Expand Down
2 changes: 1 addition & 1 deletion modules/google/thanos.tf
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ module "thanos_bucket" {
module "thanos_kms_bucket" {
count = local.thanos["enabled"] && local.thanos["create_bucket"] ? 1 : 0
source = "terraform-google-modules/kms/google"
version = "2.2.2"
version = "2.2.3"

project_id = var.project_id
location = local.thanos["kms_bucket_location"]
Expand Down

0 comments on commit 8ed0807

Please sign in to comment.