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.3 (#30)
  • Loading branch information
renovate-bot authored May 6, 2024
1 parent 4184b06 commit 555c9a0
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.2"
version = "~> 0.3"

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.2"
version = "~> 0.3"

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

0 comments on commit 555c9a0

Please sign in to comment.