Skip to content

Commit

Permalink
Merge pull request #1174 from GoogleCloudPlatform/juliodiez-patch-1
Browse files Browse the repository at this point in the history
Don't define nor use health checks with SNEGs
  • Loading branch information
juliodiez committed Feb 24, 2023
2 parents afb2970 + 3b02234 commit 72a1189
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion modules/net-ilb-l7/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -326,8 +326,10 @@ module "ilb-l7" {
group = "my-neg"
max_rate = { per_endpoint = 1 }
}]
health_checks = []
}
}
health_check_configs = {}
neg_configs = {
my-neg = {
cloudrun = {
Expand All @@ -343,7 +345,7 @@ module "ilb-l7" {
subnetwork = var.subnet.self_link
}
}
# tftest modules=1 resources=6
# tftest modules=1 resources=5
```

### URL Map
Expand Down

0 comments on commit 72a1189

Please sign in to comment.