-
Notifications
You must be signed in to change notification settings - Fork 370
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
Creating a load balancer for a storage bucket #198
Comments
@chubibest The immediate cause of the error message is that you haven't specified a port for the load balancer health check, so the module can't create a firewall rule to allow the health check. However, once you get past that hurdle, you'll find that it won't accept a terraform-google-lb-http/examples/multi-backend-multi-mig-bucket-https-lb/main.tf Line 338 in 1d3ad9e
I think supporting a static backend bucket would be a great feature to add to this module-perhaps as a submodule. |
Thank you, @craigafinch |
An example of just a LoadBalancer with a static backend bucket would indeed be greatly appreciated. |
Thanks! |
Bookmarking that! |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days |
terraform-google-modules#198) * Support Query Insights * Create insights_config when enabled only * Set default as null * Simplify logic * Update * Update modules/postgresql/variables.tf * Regenerate doc Co-authored-by: Morgante Pell <[email protected]>
This is kinda weird right? I came here because I found no example on this page: https://registry.terraform.io/modules/GoogleCloudPlatform/lb-http/google/latest Its like the simplest thing to do. Maybe thats why the module doesn't support it? Like its so simple that using a module would be overkill? Just curious if this was deliberate because that reasoning kind of makes sense to me. |
I want to spin up a load balancer with an ip for a storage bucket, but I run into this error whenever I run 'terraform apply'
This is my config file
Little help please.
The text was updated successfully, but these errors were encountered: