@@ -43,7 +43,7 @@ This module simplifies the process of:
4343``` hcl
4444module "agentcore" {
4545 source = "aws-ia/agentcore/aws"
46- version = "0.0.2 "
46+ version = "0.0.3 "
4747
4848 # Enable Agent Core Runtime
4949 create_runtime = true
@@ -68,7 +68,7 @@ module "agentcore" {
6868``` hcl
6969module "agentcore" {
7070 source = "aws-ia/agentcore/aws"
71- version = "0.0.2 "
71+ version = "0.0.3 "
7272
7373 # Enable Agent Core Runtime
7474 create_runtime = true
@@ -94,7 +94,7 @@ module "agentcore" {
9494``` hcl
9595module "agentcore" {
9696 source = "aws-ia/agentcore/aws"
97- version = "0.0.2 "
97+ version = "0.0.3 "
9898
9999 # Enable Agent Core Runtime with custom IAM role
100100 create_runtime = true
@@ -115,7 +115,7 @@ Create and configure an MCP gateway:
115115``` hcl
116116module "agentcore" {
117117 source = "aws-ia/agentcore/aws"
118- version = "0.0.2 "
118+ version = "0.0.3 "
119119
120120 # Enable Agent Core Gateway
121121 create_gateway = true
@@ -157,7 +157,7 @@ The module can automatically create a Cognito User Pool to handle JWT authentica
157157``` hcl
158158module "agentcore" {
159159 source = "aws-ia/agentcore/aws"
160- version = "0.0.2 "
160+ version = "0.0.3 "
161161
162162 # Enable Agent Core Gateway
163163 create_gateway = true
@@ -195,7 +195,7 @@ Below you can find how to configure a simple short-term memory (STM) with no lon
195195``` hcl
196196module "agentcore" {
197197 source = "aws-ia/agentcore/aws"
198- version = "0.0.2 "
198+ version = "0.0.3 "
199199
200200 # Create a basic memory with default settings, no LTM strategies
201201 create_memory = true
@@ -216,7 +216,7 @@ resource "aws_kms_key" "memory_encryption_key" {
216216
217217module "agentcore" {
218218 source = "aws-ia/agentcore/aws"
219- version = "0.0.2 "
219+ version = "0.0.3 "
220220
221221 # Create memory with custom encryption
222222 create_memory = true
@@ -257,7 +257,7 @@ Captures individual preferences, interaction patterns, and personalized settings
257257``` hcl
258258module "agentcore" {
259259 source = "aws-ia/agentcore/aws"
260- version = "0.0.2 "
260+ version = "0.0.3 "
261261
262262 # Create memory with built-in strategies
263263 create_memory = true
@@ -345,7 +345,7 @@ You can customize the namespace (where the memories are stored) by configuring t
345345``` hcl
346346module "agentcore" {
347347 source = "aws-ia/agentcore/aws"
348- version = "0.0.2 "
348+ version = "0.0.3 "
349349
350350 # Enable Agent Core Memory
351351 create_memory = true
@@ -449,7 +449,7 @@ The Browser construct supports the following network modes:
449449``` hcl
450450module "agentcore" {
451451 source = "aws-ia/agentcore/aws"
452- version = "0.0.2 "
452+ version = "0.0.3 "
453453
454454 # Enable Agent Core Browser Custom
455455 create_browser = true
@@ -484,7 +484,7 @@ The Amazon Bedrock AgentCore Gateway Target enables you to define the endpoints
484484``` hcl
485485module "agentcore" {
486486 source = "aws-ia/agentcore/aws"
487- version = "0.0.2 "
487+ version = "0.0.3 "
488488
489489 # First, create a gateway
490490 create_gateway = true
@@ -554,7 +554,7 @@ module "agentcore" {
554554``` hcl
555555module "agentcore" {
556556 source = "aws-ia/agentcore/aws"
557- version = "0.0.2 "
557+ version = "0.0.3 "
558558
559559 # Create a gateway target with API Key authentication
560560 create_gateway_target = true
@@ -592,7 +592,7 @@ module "agentcore" {
592592``` hcl
593593module "agentcore" {
594594 source = "aws-ia/agentcore/aws"
595- version = "0.0.2 "
595+ version = "0.0.3 "
596596
597597 # Create a gateway target for an MCP server
598598 create_gateway_target = true
@@ -613,7 +613,7 @@ The Amazon Bedrock AgentCore Workload Identity enables you to manage identity co
613613``` hcl
614614module "agentcore" {
615615 source = "aws-ia/agentcore/aws"
616- version = "0.0.2 "
616+ version = "0.0.3 "
617617
618618 # Enable Workload Identity
619619 create_workload_identity = true
@@ -661,7 +661,7 @@ The Code Interpreter construct supports the following network modes:
661661``` hcl
662662module "agentcore" {
663663 source = "aws-ia/agentcore/aws"
664- version = "0.0.2 "
664+ version = "0.0.3 "
665665
666666 # Enable Agent Core Code Interpreter Custom
667667 create_code_interpreter = true
0 commit comments