-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
Terraform crashed during creating/importing aws_elasticache_replication_group #9656
Comments
@bandesz hi there! I am so sorry that you had a bad experience! We will look into this. |
Relevant part of the crash log:
|
The panic was triggered inside the following block of code: Update: Correction for the version 0.7.7: d.Set("port", rgp.NodeGroups[0].PrimaryEndpoint.Port) |
@bandesz, @kwilczynski is correct about #9601 :) Sorry about the hassle here - we will get 0.7.8 released ASAP Paul |
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 have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Hi there,
Terraform Version
Terraform v0.7.7
Affected Resource(s)
Terraform Configuration Files
Debug Output
See panic output
Panic Output
https://gist.github.com/bandesz/3ac0cfe33659a562bbb8df9ed4fcc674
Expected Behavior
Terraform should be able to create or import aws_elasticache_replication_group
Actual Behavior
CRASH
Steps to Reproduce
At first terraform apply failed with simply saying EOF error, but the AWS resource itself was created. Then terraform import crashed probably because of the same underlying issue.
The text was updated successfully, but these errors were encountered: