terraform-aws-modules / terraform-aws-elasticache

Terraform module to create AWS ElastiCache resources 🇺🇦
https://registry.terraform.io/modules/terraform-aws-modules/elasticache/aws
Apache License 2.0
16 stars 28 forks source link

modification of the default user at each apply #8

Closed dim-ops closed 4 months ago

dim-ops commented 4 months ago

Description

Every time I do an apply the permissions of the default user want/need to be changed, as if there were no idempotency. This takes a long time. Any idea where this might be coming from? the problem is not present with optional users

If your request is for a new feature, please use the Feature request template.

⚠️ Note

Before you submit an issue, please perform the following first:

  1. Remove the local .terraform directory (! ONLY if state is stored remotely, which hopefully you are following that best practice!): rm -rf .terraform/
  2. Re-initialize the project root to pull down modules: terraform init
  3. Re-attempt your terraform plan or apply and check if the issue still persists ✅

Versions

Reproduction Code [Required]

Steps to reproduce the behavior:

terraform apply

Expected behavior

None change

Actual behavior

There are change one every apply

github-actions[bot] commented 3 months ago

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.