diff --git a/examples/default_variables_example/main.tf b/examples/default_variables_example/main.tf index e50a996..0efc993 100644 --- a/examples/default_variables_example/main.tf +++ b/examples/default_variables_example/main.tf @@ -22,7 +22,7 @@ resource "random_string" "prefix" { module "out_of_band_security" { source = "GoogleCloudPlatform/out-of-band-security/google" - version = "~> 0.5" + version = "~> 0.6" project_id = var.project_id naming_prefix = "test-prefix-${random_string.prefix.result}" diff --git a/examples/simple_example/main.tf b/examples/simple_example/main.tf index 922fdda..bc1eab6 100644 --- a/examples/simple_example/main.tf +++ b/examples/simple_example/main.tf @@ -22,7 +22,7 @@ resource "random_string" "prefix" { module "out_of_band_security" { source = "GoogleCloudPlatform/out-of-band-security/google" - version = "~> 0.5" + version = "~> 0.6" project_id = var.project_id naming_prefix = "test-prefix-${random_string.prefix.result}"