[Bug]: user_name_column and group_name_column blocks are required when they shouldn't be #33755
Labels
bug
Addresses a defect in current functionality.
service/quicksight
Issues and PRs that pertain to the quicksight service.
Milestone
Terraform Core Version
1.0.0
AWS Provider Version
5.17.0
Affected Resource(s)
aws_quicksight_dashboard
Expected Behavior
Parameter with dynamic default value to be added to dashboard.
Actual Behavior
Dashboard fails to be updated.
Relevant Error/Panic Output Snippet
Terraform Configuration Files
Steps to Reproduce
Debug Output
No response
Panic Output
No response
Important Factoids
I think that
columnSchema
should be changed to accept a boolean argumentrequired
, similarly to other schemas:terraform-provider-aws/internal/service/quicksight/schema/template.go
Line 224 in b41e8d7
Then change
columnSchema()
tocolumnSchema(false)
on this line:terraform-provider-aws/internal/service/quicksight/schema/template_parameter.go
Line 258 in b41e8d7
and this line:
terraform-provider-aws/internal/service/quicksight/schema/template_parameter.go
Line 259 in b41e8d7
and then change all other instances of
columnSchema()
tocolumnSchema(true)
References
https://docs.aws.amazon.com/quicksight/latest/APIReference/API_DynamicDefaultValue.html
Would you like to implement a fix?
Yes
The text was updated successfully, but these errors were encountered: