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 721407c commit 9b22215Copy full SHA for 9b22215
examples/backend-with-IAP/main.tf
@@ -15,13 +15,11 @@
15
*/
16
17
module "lb-backend-iap" {
18
-# source = "terraform-google-modules/lb-http/google//modules/backend"
19
-# version = "~> 12.0"
+ source = "terraform-google-modules/lb-http/google//modules/backend"
+ version = "~> 12.0"
20
21
- source = "../../modules/backend"
22
-
23
- project_id = var.project_id
24
- name = "backend-with-iap"
+ project_id = var.project_id
+ name = "backend-with-iap"
25
iap_config = {
26
iap_members = ["user:[email protected]"]
27
}
0 commit comments