-
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
Add support for L7 ILB #4190
Comments
This is a regional variant of the GCP health check used in L7 ILB, and support hasn't been added to the Google provider yet. I'm marking this as an enhancement request and re-titling it. |
@tysen: Assigning since I think you're working on these. If there's another issue can you dedupe to there?/ I'm wrong, feel free to correct the assignment. |
I am indeed working on this 👍 |
@tysen Any updates here? |
Just merged GoogleCloudPlatform/magic-modules#2363 but still need to update RegionUrlMap with the many new fields added for L7 ILB. |
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! |
Community Note
Terraform Version
terraform -v
Terraform v0.12.6
Affected Resource(s)
Terraform Configuration Files
Debug Output
https://gist.github.com/JasperWoo/c945a6856e0148e0744c4bd826fa3ca9
Panic Output
None
Expected Behavior
Import successfully
Actual Behavior
Import fails with id not found; however gcloud beta compute describe gives correct data, proving the resource exists. (See gist).
Steps to Reproduce
gcloud beta compute
terraform import -provider=google-beta <name of the health_check resource>
Important Factoids
None
References
The text was updated successfully, but these errors were encountered: