-
Notifications
You must be signed in to change notification settings - Fork 9.7k
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
aws_elasticache_replication_group is broken for Redis in cluster mode #9596
Comments
stack72
pushed a commit
that referenced
this issue
Oct 25, 2016
…ter mode (#9601) This is a fix for issue #9596. Changes: - Adds new output attribute `configuration_endpoint_address`. Only used in Redis when in cluster mode. - Read the `snapshot_window` and `snapshot_retention_limit` from the replication group description instead of the cache cluster description. - Adds acceptance test and modifies an existing acceptance test to make sure that everything is still good in non-cluster mode - Updates docs to describe new output attribute
Closed via #9601 |
mathieuherbert
pushed a commit
to mathieuherbert/terraform
that referenced
this issue
Oct 30, 2016
…ter mode (hashicorp#9601) This is a fix for issue hashicorp#9596. Changes: - Adds new output attribute `configuration_endpoint_address`. Only used in Redis when in cluster mode. - Read the `snapshot_window` and `snapshot_retention_limit` from the replication group description instead of the cache cluster description. - Adds acceptance test and modifies an existing acceptance test to make sure that everything is still good in non-cluster mode - Updates docs to describe new output attribute
grubernaut
pushed a commit
to hashicorp/terraform-provider-aws
that referenced
this issue
Jun 9, 2017
…ter mode (#9601) This is a fix for issue hashicorp/terraform#9596. Changes: - Adds new output attribute `configuration_endpoint_address`. Only used in Redis when in cluster mode. - Read the `snapshot_window` and `snapshot_retention_limit` from the replication group description instead of the cache cluster description. - Adds acceptance test and modifies an existing acceptance test to make sure that everything is still good in non-cluster mode - Updates docs to describe new output attribute
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. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The
aws_elasticache_replication_group
resource seems to be broken as terraform panics when runningapply
orimport
.Terraform Version
0.7.5, 0.7.7 and 0.7.8-dev
Affected Resource(s)
aws_elasticache_replication_group
Terraform Configuration Files
Debug Output
https://gist.github.com/dario-simonetti/7b39f42a7f37643ef8b3d1de52d6c843
Panic Output
https://gist.github.com/dario-simonetti/7503f38754e30b4751902bd9462691e7
Expected Behavior
It should create an Amazon ElastiCache cluster and add the resource to the
terraform.tfstate
file.Actual Behavior
It creates the Amazon ElastiCache cluster but it panics just after creation and the resource is never added to the
terraform.tfstate
file.Steps to Reproduce
terraform apply
Same happens with
terraform import aws_elasticache_replication_group.test test
when the resource already exists on AWS.The text was updated successfully, but these errors were encountered: