Update README.md

This commit is contained in:
Ludovico Magnocavallo 2021-10-05 08:22:07 +02:00 committed by GitHub
parent 5cda22a9f6
commit 127e090511
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -2,10 +2,6 @@
This module allows managing a GCE Internal Load Balancer and integrates the forwarding rule, regional backend, and optional health check resources. It's designed to be a simple match for the [`compute-vm`](../compute-vm) module, which can be used to manage instance templates and instance groups.
## TODO
- [ ] 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
TODO(ludoo): check if this is still the case after splitting out MIG from compute-vm