Skip to content

Commit

Permalink
Merge pull request #37158 from markoskandylis/feature/bedrockagent-Da…
Browse files Browse the repository at this point in the history
…taSource

Feature/bedrockagent data source
  • Loading branch information
ewbankkit authored May 3, 2024
2 parents 3fb2b41 + c8d2cae commit b427b38
Show file tree
Hide file tree
Showing 7 changed files with 974 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .changelog/37158.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:new-resource
aws_bedrockagent_data_source
```
6 changes: 6 additions & 0 deletions internal/service/bedrockagent/bedrockagent_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ func TestAccBedrockAgent_serial(t *testing.T) {
"basicOpenSearch": testAccKnowledgeBase_basicOpenSearch,
"updateOpenSearch": testAccKnowledgeBase_updateOpenSearch,
},
"DataSource": {
"basic": testAccDataSource_basic,
"disappears": testAccDataSource_disappears,
"full": testAccDataSource_full,
"update": testAccDataSource_update,
},
}

acctest.RunSerialTests2Levels(t, testCases, 0)
Expand Down
Loading

0 comments on commit b427b38

Please sign in to comment.