Skip to content

Commit 728fea4

Browse files
authored
Merge pull request #44301 from marcinbelczewski/f-bedrockagentcore-agent-runtime
feat(bedrockagentcore): Agent Runtime and Endpoint resources
2 parents 268493d + 16f09fb commit 728fea4

15 files changed

+2641
-1
lines changed

.changelog/44301.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
```release-note:new-resource
2+
aws_bedrockagentcore_agent_runtime
3+
```
4+
5+
```release-note:new-resource
6+
aws_bedrockagentcore_agent_runtime_endpoint
7+
```

docs/acc-test-environment-variables.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ Environment variables (beyond standard AWS Go SDK ones) used by acceptance testi
4444
| `AWS_API_GATEWAY_DOMAIN_NAME_CERTIFICATE_CHAIN` | Certificate chain of publicly trusted certificate for API Gateway Domain Name testing. |
4545
| `AWS_API_GATEWAY_DOMAIN_NAME_CERTIFICATE_PRIVATE_KEY` | Private key of publicly trusted certificate for API Gateway Domain Name testing. |
4646
| `AWS_API_GATEWAY_DOMAIN_NAME_REGIONAL_CERTIFICATE_NAME_ENABLED` | Flag to enable API Gateway Domain Name regional certificate upload testing. |
47+
| `AWS_BEDROCK_AGENTCORE_RUNTIME_IMAGE_V1_URI` | ECR repository image URI (tagged as `v1`) for Bedrock AgentCore Agent Runtime acceptance tests. |
48+
| `AWS_BEDROCK_AGENTCORE_RUNTIME_IMAGE_V2_URI` | ECR repository image URI (tagged as `v2`) for Bedrock AgentCore Agent Runtime acceptance |
4749
| `AWS_CODEBUILD_BITBUCKET_SOURCE_LOCATION` | BitBucket source URL for CodeBuild testing. CodeBuild must have access to this repository via OAuth or Source Credentials. Defaults to `https://[email protected]/terraform/aws-test.git`. |
4850
| `AWS_CODEBUILD_GITHUB_SOURCE_LOCATION` | GitHub source URL for CodeBuild testing. CodeBuild must have access to this repository via OAuth or Source Credentials. Defaults to `https://github.com/hashibot-test/aws-test.git`. |
4951
| `AWS_DEFAULT_REGION` | Primary AWS region for tests. Defaults to `us-west-2`. |

0 commit comments

Comments
 (0)