Skip to content

v1.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Dec 17:59
· 13 commits to main since this release
b7c841a
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.

references