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

fix: auth_token output when transit_encryption_enabled set to false #61

Merged
merged 5 commits into from
Jan 9, 2024

Conversation

h1manshu98
Copy link
Member

what

  • auth_token output when transit_encryption_enabled set to false

why

  • If transit_encryption_enabled is set to false then the auth_token output throws below error.
Planning failed. Terraform encountered an error while generating this plan.

╷
│ Error: Invalid index
│ 
│   on .terraform/modules/redis/outputs.tf line 64, in output "auth_token":
│   64:   value       = random_password.auth_token[0].result
│     ├────────────────
│     │ random_password.auth_token is empty tuple
│ 
│ The given key does not identify an element in this collection value: the collection has no elements.

@h1manshu98 h1manshu98 requested a review from a team December 7, 2023 17:13
@clouddrove-ci clouddrove-ci self-assigned this Dec 7, 2023
@h1manshu98 h1manshu98 self-assigned this Dec 7, 2023
@h1manshu98 h1manshu98 added the bug Something isn't working label Dec 7, 2023
Copy link
Member

@vaibhav7797 vaibhav7797 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

vaibhav7797 and others added 3 commits December 28, 2023 16:32
* Feat: Add automerge github shared workflow

* Feat: Add automerge github shared workflow

---------

Co-authored-by: Anmol Nagpal <[email protected]>
…rm-aws-elasticache into fix/auth_token_output
@themaniskshah themaniskshah merged commit ae4e47a into master Jan 9, 2024
19 checks passed
@delete-merged-branch delete-merged-branch bot deleted the fix/auth_token_output branch January 9, 2024 17:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants