Skip to content

Commit 9b22215

Browse files
committed
Updated source and version
1 parent 721407c commit 9b22215

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

examples/backend-with-IAP/main.tf

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,11 @@
1515
*/
1616

1717
module "lb-backend-iap" {
18-
# source = "terraform-google-modules/lb-http/google//modules/backend"
19-
# version = "~> 12.0"
18+
source = "terraform-google-modules/lb-http/google//modules/backend"
19+
version = "~> 12.0"
2020

21-
source = "../../modules/backend"
22-
23-
project_id = var.project_id
24-
name = "backend-with-iap"
21+
project_id = var.project_id
22+
name = "backend-with-iap"
2523
iap_config = {
2624
iap_members = ["user:[email protected]"]
2725
}

0 commit comments

Comments
 (0)