Open TomasJirsik opened 4 months ago
Voting for Prioritization
Volunteering to Work on This Issue
Hey @TomasJirsik 👋 Thanks for taking the time to raise this! We consider additions to existing resources to be an enhancement, rather than a bug. With that in mind, I'm going to update a few things about this issue. There's no further action needed from you at this point, I just like to let people know before making these kinds of modifications.
Hi @justinretzolk, thanks for the update! Is there any estimation if/when the enhancement will be implemented? Thanks
Terraform Core Version
1.9.2
AWS Provider Version
5.57.0
Affected Resource(s)
The
all_sheets
argument forscope_configuration
is not supported by terraform although provided by the quicksight API. Onlyselected_sheets
is available.Expected Behavior
The terraform should support the available arguments as defined in quicksight API. However, the schema supports only one of the two available arguments.
Relevant source code here
Actual Behavior
The argument is unsupported
Relevant Error/Panic Output Snippet
Terraform Configuration Files
Steps to Reproduce
run
terraform plan
orterraform apply
Debug Output
╷ │ Error: Unsupported argument │ │ on test.tf line 31, in resource "aws_quicksight_analysis" "example": │ 31: all_sheets = { } │ │ An argument named "all_sheets" is not expected here. ╵
Panic Output
No response
Important Factoids
No response
References
related schema - https://github.com/hashicorp/terraform-provider-aws/blob/main/internal/service/quicksight/schema/template_filter.go#L460
Would you like to implement a fix?
No