Skip to content

Commit f4ce5a7

Browse files
committed
docs: version bump
1 parent 9296d56 commit f4ce5a7

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.header.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ This module simplifies the process of:
3636
```hcl
3737
module "agentcore" {
3838
source = "aws-ia/agentcore/aws"
39-
version = "0.0.1"
39+
version = "0.0.2"
4040
4141
# Enable Agent Core Runtime
4242
create_runtime = true
@@ -61,7 +61,7 @@ module "agentcore" {
6161
```hcl
6262
module "agentcore" {
6363
source = "aws-ia/agentcore/aws"
64-
version = "0.0.1"
64+
version = "0.0.2"
6565
6666
# Enable Agent Core Runtime
6767
create_runtime = true
@@ -87,7 +87,7 @@ module "agentcore" {
8787
```hcl
8888
module "agentcore" {
8989
source = "aws-ia/agentcore/aws"
90-
version = "0.0.1"
90+
version = "0.0.2"
9191
9292
# Enable Agent Core Runtime with custom IAM role
9393
create_runtime = true
@@ -108,7 +108,7 @@ Create and configure an MCP gateway:
108108
```hcl
109109
module "agentcore" {
110110
source = "aws-ia/agentcore/aws"
111-
version = "0.0.1"
111+
version = "0.0.2"
112112
113113
# Enable Agent Core Gateway
114114
create_gateway = true
@@ -150,7 +150,7 @@ The module can automatically create a Cognito User Pool to handle JWT authentica
150150
```hcl
151151
module "agentcore" {
152152
source = "aws-ia/agentcore/aws"
153-
version = "0.0.1"
153+
version = "0.0.2"
154154
155155
# Enable Agent Core Gateway
156156
create_gateway = true

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ This module simplifies the process of:
3737
```hcl
3838
module "agentcore" {
3939
source = "aws-ia/agentcore/aws"
40-
version = "0.0.1"
40+
version = "0.0.2"
4141
4242
# Enable Agent Core Runtime
4343
create_runtime = true
@@ -62,7 +62,7 @@ module "agentcore" {
6262
```hcl
6363
module "agentcore" {
6464
source = "aws-ia/agentcore/aws"
65-
version = "0.0.1"
65+
version = "0.0.2"
6666
6767
# Enable Agent Core Runtime
6868
create_runtime = true
@@ -88,7 +88,7 @@ module "agentcore" {
8888
```hcl
8989
module "agentcore" {
9090
source = "aws-ia/agentcore/aws"
91-
version = "0.0.1"
91+
version = "0.0.2"
9292
9393
# Enable Agent Core Runtime with custom IAM role
9494
create_runtime = true
@@ -109,7 +109,7 @@ Create and configure an MCP gateway:
109109
```hcl
110110
module "agentcore" {
111111
source = "aws-ia/agentcore/aws"
112-
version = "0.0.1"
112+
version = "0.0.2"
113113
114114
# Enable Agent Core Gateway
115115
create_gateway = true
@@ -151,7 +151,7 @@ The module can automatically create a Cognito User Pool to handle JWT authentica
151151
```hcl
152152
module "agentcore" {
153153
source = "aws-ia/agentcore/aws"
154-
version = "0.0.1"
154+
version = "0.0.2"
155155
156156
# Enable Agent Core Gateway
157157
create_gateway = true

0 commit comments

Comments
 (0)