-
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 import support for ssl certificate, http/s proxy and url map #678
Conversation
krotkiewicz
commented
Nov 3, 2017
34943cb
to
7d5cd5c
Compare
@danawillow would you mind reviewing this PR ? should I create corresponding issues ? |
No need to create corresponding issues. We already have one for adding import functionality to compute resources #182 |
Hello @rosbo |
google/resource_compute_url_map.go
Outdated
|
||
hostRuleMap := make(map[string]*compute.HostRule) |
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.
This is a breaking change. It changes the behavior for host_rule
, path_matcher
and test
.
In the old behavior, if you had some entries created from outside Terraform, it would not create a diff. Now, it would show a diff. For proper import support however, I know this is required.
To be honest, it is probably a good thing. Better to manage everything in Terraform. However, since it is changing the behavior, we will need to wait longer before we release it. We do frequent release of non-breaking changes. And longer cycle (we wait until we have a few breaking changes) before doing a release with breaking changes. We do this to avoid the pain to our users of having to deal constantly with breaking changes requiring them to update their config.
The other 3 resources are good to go. Can you put the url map in a separate PR? I will merge the other 3 resources and then we will merge the url map separately when we are ready to do a breaking change release.
Thank you
Thank you Konrad for adding import support for all these resources! :) |
5f39eb8
to
0b7ece9
Compare
0b7ece9
to
7fa8446
Compare
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.
Thank you!
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! |