We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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", ]
No changes in the SG on every run.
Create a redis, add vpc cidr to allowed cidrs and set create_security_group = false
No response
Terraform cloud
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: