Skip to content

Commit

Permalink
r/aws_quicksight: grid layout optimized_view_port_width argument is o…
Browse files Browse the repository at this point in the history
…ptional
  • Loading branch information
jar-b committed Jul 21, 2023
1 parent 4bd0daf commit e14b46c
Showing 1 changed file with 1 addition and 1 deletion.
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 e14b46c

Please sign in to comment.