Merge pull request #1174 from GoogleCloudPlatform/juliodiez-patch-1

Don't define nor use health checks with SNEGs
This commit is contained in:
Julio Diez 2023-02-24 11:39:50 +01:00 committed by GitHub
commit 72a11897a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -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 = {
@ -343,7 +345,7 @@ module "ilb-l7" {
subnetwork = var.subnet.self_link
}
}
# tftest modules=1 resources=6
# tftest modules=1 resources=5
```
### URL Map