Skip to content

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

Open
@notchjpl

Description

@notchjpl

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bug🐛 An issue with the system

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions