terraform-aws-elasticache-redis
terraform-aws-elasticache-redis copied to clipboard
module.elasticache-redis.aws_elasticache_replication_group.default[0] keeps updating on every run
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