Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[New Resource]: aws_lexv2models_slot #34617

Merged
merged 29 commits into from
Jan 27, 2024
Merged
Show file tree
Hide file tree
Changes from 26 commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
255be14
initial commit
Nov 28, 2023
c076e34
fix schema
Dec 7, 2023
df7bc4b
initial commit
Nov 28, 2023
259c98f
fix schema
Dec 7, 2023
4a1a182
r/aws_lexv2models_slot: reduce to minimal schema
jar-b Dec 7, 2023
dd32276
r/aws_lexv2models_slot: reorg schema directory
jar-b Dec 8, 2023
e8bc0ba
r/aws_lexv2models_slot: slot_resolution_setting schema
jar-b Dec 8, 2023
fcc4d74
Merge branch 'f-resource-slot' of github.com:hashicorp/terraform-prov…
Dec 8, 2023
7243b74
work on prompt_specification schema
Dec 12, 2023
d1158ad
Fill out prompt_specification more and add sample_utterance
Dec 13, 2023
a54fbd6
r/aws_lexv2models_slot(test): fix importlint
jar-b Dec 14, 2023
69d7e9c
r/aws_lexv2models_slot: fix linter findings
jar-b Dec 14, 2023
8d95afb
r/aws_lexv2models_slot(doc): frame out root arguments
jar-b Dec 14, 2023
d575083
r/aws_lexv2models_slot: multipart id finder
jar-b Dec 18, 2023
67007b4
r/aws_lexv2models_slot: wait_and_continue_specification schema
jar-b Dec 18, 2023
6d23c94
r/aws_lexv2models_slot: obfuscation_setting schema
jar-b Dec 18, 2023
02e93ac
r/aws_lexv2models_slot: multiple_values_setting schema
jar-b Dec 18, 2023
c6c15cc
r/aws_lexv2models_slot(doc): add root argument descriptions, proper i…
jar-b Dec 18, 2023
c403267
Merge branch 'main' into f-resource-slot
Jan 17, 2024
dd63b93
go mod tidy
Jan 17, 2024
c427e88
Add rest of basic schema and test
Jan 23, 2024
508f86b
Put separate schema files into slot
Jan 24, 2024
36505a8
Merge branch 'main' into f-resource-slot
Jan 24, 2024
026933a
Clean up schema and test file
Jan 24, 2024
7e988e4
Fix Flatten calls and add tests
Jan 26, 2024
a21793d
Clean Up
Jan 26, 2024
d895d47
Use Intent structs
Jan 27, 2024
d3065db
More slot clean up and doc changes
Jan 27, 2024
974d836
Add changelog
Jan 27, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions internal/service/lexv2models/exports_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,7 @@ var (
ResourceBotLocale = newResourceBotLocale
ResourceBotVersion = newResourceBotVersion
ResourceIntent = newResourceIntent
ResourceSlot = newResourceSlot

FindSlotByID = findSlotByID
)
4 changes: 4 additions & 0 deletions internal/service/lexv2models/service_package_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading