-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Restrict the number of health_checks in Backend Service resources to exactly 1. #145
Restrict the number of health_checks in Backend Service resources to exactly 1. #145
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @rileykarson
This LGTM - could of minor nits in there that you may want to change later :)
Set: schema.HashString, | ||
Required: true, | ||
MinItems: 1, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you have a required: true
then you won't need MinItems: 1
:)
Set: schema.HashString, | ||
Required: true, | ||
MinItems: 1, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not needed :)
…ount Restrict the number of health_checks in Backend Service resources to exactly 1.
Support cloud sql private ip (incorporating previous PR feedback)
Support cloud sql private ip (incorporating previous PR feedback)
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 hashibot-feedback@hashicorp.com. Thanks! |
Fix for #144.
Affects
google_compute_backend_service
andgoogle_compute_region_backend_service
.