We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd0fe46 commit c49ae6bCopy full SHA for c49ae6b
examples/internal-lb-gce-mig/main.tf
@@ -32,7 +32,7 @@ module "internal-lb-network" {
32
33
module "internal-lb-subnet" {
34
source = "terraform-google-modules/network/google//modules/subnets"
35
- #version = "~> 10.0.0"
+ version = "~> 10.0.0"
36
37
subnets = [
38
{
@@ -187,7 +187,7 @@ module "internal-lb-http-backend" {
187
}
188
189
module "internal-lb-http-frontend" {
190
- source = "terraform-google-modules/lb-http/google//frontend"
+ source = "terraform-google-modules/lb-http/google//modules/frontend"
191
version = "~> 12.0"
192
193
project_id = var.project_id
0 commit comments