-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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]: aws_quicksight_folder
- trigger force recreation by inconsistent parent_folder_arn
property
#31922
Comments
Community NoteVoting for Prioritization
Volunteering to Work on This Issue
|
Hey @posquit0 👋 Thanks for taking the time to raise this! So that we have the necessary information to look into this, are you able to supply debug logs (redacted as needed) as well? It may not be strictly necessary in this case, but it may wind up being helpful. Can you also detail any additional changes that are being made in the scenario when this happens? Based on the logs provided, is it safe to assume something is changing with |
@justinretzolk There are no changes to When I check the API documentation, there is output data for the folder path, not the parent folder value. I'm suspecting that the implementation in |
@posquit0 @justinretzolk I had the same issue. When creating the third-level folder, terraform always tries to recreate it. Code:
Then running apply twice:
|
This functionality has been released in v5.9.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
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. |
Terraform Core Version
1.3.1
AWS Provider Version
4.67.0
Affected Resource(s)
Expected Behavior
No change
Actual Behavior
Suggest force recreation for
aws_quicksight_folder
resources which deeper than 2 depth.Relevant Error/Panic Output Snippet
No response
Terraform Configuration Files
Steps to Reproduce
Create QuickSight Folder with deep hierarchy.
folder-3
produce force recreation by inconsistentparent_folder_arn
propertyDebug Output
No response
Panic Output
No response
Important Factoids
No response
References
Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered: