-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
[Bug]: Inconsistent result after apply for aws_chatbot_slack_channel_configuration resource #39370
Labels
bug
Addresses a defect in current functionality.
service/chatbot
Issues and PRs that pertain to the chatbot service.
Comments
Community NoteVoting for Prioritization
Volunteering to Work on This Issue
|
github-actions
bot
added
service/chatbot
Issues and PRs that pertain to the chatbot service.
needs-triage
Waiting for first response or review from a maintainer.
labels
Sep 18, 2024
justinretzolk
removed
the
needs-triage
Waiting for first response or review from a maintainer.
label
Oct 31, 2024
I've got similar error, but related to the order of SNS topics:
|
Confirmed the bug is still present for the SNS listing case in |
using |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Addresses a defect in current functionality.
service/chatbot
Issues and PRs that pertain to the chatbot service.
Terraform Core Version
1.9.5
AWS Provider Version
5.67.0
Affected Resource(s)
aws_chatbot_slack_channel_configuration
Expected Behavior
The resource should have applied with the same configuration_name value as specified in the configuration file.
Actual Behavior
After applying the changes, Terraform produced an error due to an inconsistency between the expected configuration_name and the one applied. Specifically, the name changed from example-develop-ci-cd to example-development-ci-cd, causing an inconsistency error.
Relevant Error/Panic Output Snippet
Terraform Configuration Files
Steps to Reproduce
Debug Output
No response
Panic Output
No response
Important Factoids
No response
References
No response
Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered: