Skip to content

Commit

Permalink
Merge pull request #25315 from hashicorp/f-kendra-experience
Browse files Browse the repository at this point in the history
r/kendra_experience: new resource
  • Loading branch information
anGie44 authored Jun 22, 2022
2 parents a823f3d + 83599ba commit 1fb1296
Show file tree
Hide file tree
Showing 8 changed files with 1,734 additions and 8 deletions.
3 changes: 3 additions & 0 deletions .changelog/25315.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:new-resource
aws_kendra_experience
```
1 change: 1 addition & 0 deletions internal/provider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -1591,6 +1591,7 @@ func Provider() *schema.Provider {
"aws_mskconnect_custom_plugin": kafkaconnect.ResourceCustomPlugin(),
"aws_mskconnect_worker_configuration": kafkaconnect.ResourceWorkerConfiguration(),

"aws_kendra_experience": kendra.ResourceExperience(),
"aws_kendra_faq": kendra.ResourceFaq(),
"aws_kendra_index": kendra.ResourceIndex(),
"aws_kendra_query_suggestions_block_list": kendra.ResourceQuerySuggestionsBlockList(),
Expand Down
Loading

0 comments on commit 1fb1296

Please sign in to comment.