cloudposse / terraform-aws-elasticache-redis

Terraform module to provision an ElastiCache Redis Cluster
https://cloudposse.com/accelerate
Apache License 2.0
142 stars 246 forks source link

bugfix: import existing replication groups #217

Closed y3ti closed 9 months ago

y3ti commented 9 months ago

what

Ignore security_group_names for aws_elasticache_replication_group resource.

why

There is a bug in the terraform aws provider: https://github.com/hashicorp/terraform-provider-aws/issues/32835 When importing an aws_elasticache_replication_group resource the attribute security_group_names is imported as null.

The security_group_names attribute is not used by this module.

references

milldr commented 9 months ago

/terratest