-
Notifications
You must be signed in to change notification settings - Fork 368
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
feat(TF>=1.3)!: make mig health check fields optional #385
feat(TF>=1.3)!: make mig health check fields optional #385
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.
Thanks for the PR. Looks fine overall but needs a bump to the required_version for Terraform to >= 1.3.
/gcbrun |
@rauny-brandao - I just realized that you haven't added any assertions for the healthcheck example that you modified. Can you please take a moment and add them here? |
is there something missing for this to be merged @apeabody & @g-awmalik?! thanks! |
This makes MIG health check fields optional, the default values comes from the variable
health_check
, closes #153