Skip to content

Commit

Permalink
Merge pull request #36488 from hashicorp/b-slot-prompt-spec
Browse files Browse the repository at this point in the history
Fix custom payload typo
  • Loading branch information
nam054 committed Mar 21, 2024
2 parents f766b58 + 3abaaef commit 7686725
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .changelog/36488.txt
@@ -0,0 +1,3 @@
```release-note:bug
resource/aws_lexv2models_slot: Fix custom_payload typo
```
2 changes: 1 addition & 1 deletion internal/service/lexv2models/slot.go
Expand Up @@ -111,7 +111,7 @@ func (r *resourceSlot) Schema(ctx context.Context, req resource.SchemaRequest, r

messageNBO := schema.NestedBlockObject{
Blocks: map[string]schema.Block{
"custom_playload": schema.ListNestedBlock{
"custom_payload": schema.ListNestedBlock{
Validators: []validator.List{
listvalidator.SizeAtMost(1),
},
Expand Down

0 comments on commit 7686725

Please sign in to comment.