-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Crash during aws_lb_target_group import #2245
Comments
I have got the same but on the creation step.
|
So it turns out a network lb feature is completely unusable with terraform as you can't create TCP target group. |
Clipping out the relevant part of the crash log:
|
Hey @szczad thanks for the report, I'm looking into this now. I believe it's resolved with #2251 ; in that change we only set Thanks! |
I've verified |
@catsby Verified. I've built the plugin from master. Works like a charm right now. PS: the key used here was taken from https://www.hashicorp.com/security - imported manually from gpg server with ID 51852D87348FFC4C |
Ah yeah, that one 😄 I didn't have it installed, but I have since done so and verified I could decrypt your config, thanks again! |
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. Thanks! |
Terraform Version
Affected Resource(s)
Terraform Configuration Files
https://drive.google.com/file/d/1eed8P0Qt20fO_mRqxy6FilNOjullMRJ7/view?usp=sharing
Debug Output
https://drive.google.com/file/d/17hEfMFCXJNwfpMC48yOOVNtkCbBkYHdG/view?usp=sharing
Panic Output
https://drive.google.com/file/d/13aoT1Ca2XwDOBGNFaHCoRUuTH4uwt1cR/view?usp=sharing
Expected Behavior
Given resource should import its state smoothly
Actual Behavior
Terraform crashes with crash log not doin anything
Steps to Reproduce
terraform import aws_lb_target_group.<resource> <ARN>
Important Factoids
Trying to import "network" type load balancer with TCP target group
The text was updated successfully, but these errors were encountered: