Skip to content

Commit ff5cd87

Browse files
authored
[Doc] Document amazon_bedrock_config.instance_profile_arn in databricks_model_serving (#4549)
## Changes <!-- Summary of your changes that are easy to understand --> Resolves #4218 ## Tests <!-- How is this tested? Please see the checklist below and also describe any other relevant tests --> - [ ] `make test` run locally - [x] relevant change in `docs/` folder - [ ] covered with integration tests in `internal/acceptance` - [ ] using Go SDK - [ ] using TF Plugin Framework
1 parent c99f9d8 commit ff5cd87

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

NEXT_CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
### Documentation
1212

13+
* Document `amazon_bedrock_config.instance_profile_arn` in `databricks_model_serving` ([#4549](https://github.com/databricks/terraform-provider-databricks/pull/4549))
1314
* Document management of permissions of `databricks_budget_policy` resource ([#4561](https://github.com/databricks/terraform-provider-databricks/pull/4561))
1415
* Document `budget_policy_id` in `databricks_app` resource and data sources ([#4557](https://github.com/databricks/terraform-provider-databricks/pull/4557))
1516
* Add a note on how `databricks_grants` work with `MANAGE` permission [#4546](https://github.com/databricks/terraform-provider-databricks/pull/4546)

docs/resources/model_serving.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ The following arguments are supported:
7777
* `aws_secret_access_key` - The Databricks secret key reference for an AWS Secret Access Key paired with the access key ID, with permissions to interact with Bedrock services.
7878
* `aws_secret_access_key_plaintext` - An AWS secret access key paired with the access key ID, with permissions to interact with Bedrock services provided as a plaintext string.
7979
* `bedrock_provider` - The underlying provider in Amazon Bedrock. Supported values (case insensitive) include: `Anthropic`, `Cohere`, `AI21Labs`, `Amazon`.
80+
* `instance_profile_arn` - Optional ARN of the instance profile that the external model will use to access AWS resources. You must authenticate using an instance profile or access keys.
8081
* `cohere_config` - Cohere Config
8182
* `cohere_api_key` - The Databricks secret key reference for a Cohere API key.
8283
* `cohere_api_key_plaintext` - The Cohere API key provided as a plaintext string.

0 commit comments

Comments
 (0)