Skip to content

Commit

Permalink
Merge pull request #40711 from hjoshi123/f-aws_bedrockagent_data_sour…
Browse files Browse the repository at this point in the history
…ce-newdatasources

add new data sources to aws_bedrockagent_data_source
  • Loading branch information
ewbankkit authored Jan 30, 2025
2 parents ca5030c + 71a8603 commit 35f9951
Show file tree
Hide file tree
Showing 5 changed files with 665 additions and 9 deletions.
3 changes: 3 additions & 0 deletions .changelog/40711.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:enhancement
resource/aws_bedrockagent_data_source: Add `data_source_configuration.confluence_configuration`, `data_source_configuration.salesforce_configuration`, `data_source_configuration.share_point_configuration`, and `data_source_configuration.web_configuration` arguments
```
1 change: 1 addition & 0 deletions internal/service/bedrockagent/bedrockagent_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ func TestAccBedrockAgent_serial(t *testing.T) {
"hierarchical": testAccDataSource_fullHierarchical,
"parsing": testAccDataSource_parsing,
"customtransformation": testAccDataSource_fullCustomTranformation,
"webconfiguration": testAccDataSource_webConfiguration,
},
}

Expand Down
Loading

0 comments on commit 35f9951

Please sign in to comment.