v1.2.0
bugfix: import existing replication groups @y3ti (#217)
what
Ignore security_group_names for aws_elasticache_replication_group resource.
why
There is a bug in the terraform aws provider: hashicorp/terraform-provider-aws#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.