Skip to content

Commit

Permalink
chore(deps): Update Terraform GoogleCloudPlatform/secret-manager/goog…
Browse files Browse the repository at this point in the history
…le to ~> 0.6
  • Loading branch information
renovate-bot committed Jan 9, 2025
1 parent 71e3f63 commit 873a45c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/kms/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ resource "google_kms_crypto_key_iam_member" "sm_sa_encrypter_decrypter" {

module "secret-manager" {
source = "GoogleCloudPlatform/secret-manager/google"
version = "~> 0.5"
version = "~> 0.6"

project_id = var.project_id
secrets = [
Expand Down
2 changes: 1 addition & 1 deletion examples/multiple/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ resource "google_pubsub_topic" "secret_topic_2" {

module "secret-manager" {
source = "GoogleCloudPlatform/secret-manager/google"
version = "~> 0.5"
version = "~> 0.6"

project_id = var.project_id
secrets = [
Expand Down
2 changes: 1 addition & 1 deletion examples/pubsub/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ resource "google_pubsub_topic_iam_member" "sm_sa_publisher" {

module "secret-manager" {
source = "GoogleCloudPlatform/secret-manager/google"
version = "~> 0.5"
version = "~> 0.6"

project_id = var.project_id
secrets = [
Expand Down
2 changes: 1 addition & 1 deletion examples/simple/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

module "secret" {
source = "GoogleCloudPlatform/secret-manager/google//modules/simple-secret"
version = "~> 0.5"
version = "~> 0.6"

project_id = var.project_id
name = "secret-1"
Expand Down

0 comments on commit 873a45c

Please sign in to comment.