terraform-aws-elasticache-redis icon indicating copy to clipboard operation
terraform-aws-elasticache-redis copied to clipboard

module.elasticache-redis.aws_elasticache_replication_group.default[0] keeps updating on every run

Open notchjpl opened this issue 1 year ago • 0 comments
trafficstars

Describe the Bug

I'm passing the create_security_group = false and I get a change in the SG everytime I run an apply

module.elasticache-redis.aws_elasticache_replication_group.default[0] will be updated in-place ~ resource "aws_elasticache_replication_group" "default" { id = "XXX" ~ security_group_ids = [ - "sg-XXXXXXXXX", ]

Expected Behavior

No changes in the SG on every run.

Steps to Reproduce

Create a redis, add vpc cidr to allowed cidrs and set create_security_group = false

Screenshots

No response

Environment

Terraform cloud

Additional Context

No response

notchjpl avatar Aug 06 '24 22:08 notchjpl