Skip to content

Commit

Permalink
r/aws_quicksight: grid layout optimized_view_port_width argument is…
Browse files Browse the repository at this point in the history
… optional (#32644)

* r/aws_quicksight: grid layout optimized_view_port_width argument is optional

* chore: changelog
  • Loading branch information
jar-b authored Jul 21, 2023
1 parent 4bd0daf commit 6797aa3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .changelog/32644.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
```release-note:bug
aws_quicksight_analysis: grid layout `optimized_view_port_width` argument changed to optional
```

```release-note:bug
aws_quicksight_dashboard: grid layout `optimized_view_port_width` argument changed to optional
```

```release-note:bug
aws_quicksight_template: grid layout `optimized_view_port_width` argument changed to optional
```
2 changes: 1 addition & 1 deletion internal/service/quicksight/schema/template_sheet.go
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ func gridLayoutConfigurationSchema() *schema.Schema {
Schema: map[string]*schema.Schema{
"optimized_view_port_width": {
Type: schema.TypeString,
Required: true,
Optional: true,
},
"resize_option": stringSchema(true, validation.StringInSlice(quicksight.ResizeOption_Values(), false)),
},
Expand Down

0 comments on commit 6797aa3

Please sign in to comment.