Skip to content

Commit

Permalink
chore(deps): Update Terraform GoogleCloudPlatform/out-of-band-securit…
Browse files Browse the repository at this point in the history
…y/google to ~> 0.15
  • Loading branch information
renovate-bot committed Sep 24, 2024
1 parent 63501cf commit b4bc6da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/default_variables_example/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ resource "random_string" "prefix" {

module "out_of_band_security" {
source = "GoogleCloudPlatform/out-of-band-security/google"
version = "~> 0.14"
version = "~> 0.15"

project_id = var.project_id
naming_prefix = "test-prefix-${random_string.prefix.result}"
Expand Down
2 changes: 1 addition & 1 deletion examples/simple_example/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ resource "random_string" "prefix" {

module "out_of_band_security" {
source = "GoogleCloudPlatform/out-of-band-security/google"
version = "~> 0.14"
version = "~> 0.15"

project_id = var.project_id
naming_prefix = "test-prefix-${random_string.prefix.result}"
Expand Down

0 comments on commit b4bc6da

Please sign in to comment.