Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add health check logging support #98

Merged
merged 4 commits into from
May 5, 2020

Conversation

Dev25
Copy link
Contributor

@Dev25 Dev25 commented May 3, 2020

https://cloud.google.com/load-balancing/docs/health-check-logging
https://github.com/terraform-providers/terraform-provider-google/releases/tag/v3.17.0

3.17 added beta support (we already use beta provider in this module) for setting health check logging, this also means we drop 2.x provider compatibility.

Signed-off-by: Dev <Dev25@users.noreply.github.com>
Signed-off-by: Dev <Dev25@users.noreply.github.com>
Signed-off-by: Dev <Dev25@users.noreply.github.com>
@morgante morgante merged commit f2b8f3c into terraform-google-modules:master May 5, 2020
custodianbot referenced this pull request in bycustodian/terraform-google-lb-http Jul 22, 2022
cause this is not enough to use this module from the public registry

```
module "sql-db" {
  source  = "GoogleCloudPlatform/sql-db/google"
  version = "3.1.0"
}
```

This warn help us, but can be more explicit :
This module version (...) has no root configuration. A module with no root configuration cannot be used directly.
Use the submodules dropdown above to view the 4 submodules defined within this module.

So add a small usage guideline in the readme with remote usage can help us
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants