From 4a40497ce68087a9244d30b0bc52a94e74569bc8 Mon Sep 17 00:00:00 2001 From: Ludovico Magnocavallo Date: Fri, 5 Jun 2020 09:51:36 +0200 Subject: [PATCH] Update README.md --- modules/net-ilb/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/net-ilb/README.md b/modules/net-ilb/README.md index 23957e28f..759ad80f5 100644 --- a/modules/net-ilb/README.md +++ b/modules/net-ilb/README.md @@ -5,7 +5,7 @@ This module allows managing a GCE Internal Load Balancer and integrates the forw ## TODO - [ ] do not create health check resource if `var.health_check` is not `null` (workaround is to set `var.health_check_config` to `null` -- [ ] add a variable for setting address purpose to `SHARED_LOADBALANCER_VIP` and an output for the address +- [ ] add a variable for setting address purpose to `SHARED_LOADBALANCER_VIP` and an output for the address once the [provider support has been implemented](https://github.com/terraform-providers/terraform-provider-google/issues/6499) ## Issues