Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
notchjpl opened this issue Aug 6, 2024 · 0 comments
Labels
bug 🐛 An issue with the system

Comments

@notchjpl
Copy link

notchjpl commented Aug 6, 2024

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 notchjpl added the bug 🐛 An issue with the system label Aug 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 An issue with the system
Projects
None yet
Development

No branches or pull requests

1 participant