Skip to content

Commit a3d7532

Browse files
committed
match minor versions across the module
1 parent 3575f14 commit a3d7532

File tree

8 files changed

+11
-11
lines changed

8 files changed

+11
-11
lines changed

examples/basic/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ Note that this example may create resources which will incur monetary charges on
2323
| Name | Version |
2424
|------|---------|
2525
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.0 |
26-
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 5.21 |
26+
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 5.30 |
2727

2828
## Providers
2929

3030
| Name | Version |
3131
|------|---------|
32-
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 5.21 |
32+
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 5.30 |
3333

3434
## Modules
3535

examples/basic/versions.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
44
required_providers {
55
aws = {
66
source = "hashicorp/aws"
7-
version = ">= 5.21"
7+
version = ">= 5.30"
88
}
99
}
1010
}

examples/complete/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ Note that this example may create resources which will incur monetary charges on
2222
| Name | Version |
2323
|------|---------|
2424
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.0 |
25-
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 5.21 |
25+
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 5.30 |
2626
| <a name="requirement_random"></a> [random](#requirement\_random) | >= 2.0 |
2727

2828
## Providers
2929

3030
| Name | Version |
3131
|------|---------|
32-
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 5.21 |
32+
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 5.30 |
3333
| <a name="provider_random"></a> [random](#provider\_random) | >= 2.0 |
3434

3535
## Modules

examples/complete/versions.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
44
required_providers {
55
aws = {
66
source = "hashicorp/aws"
7-
version = ">= 5.21"
7+
version = ">= 5.30"
88
}
99
random = {
1010
source = "hashicorp/random"

examples/connect/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ Note that this example may create resources which will incur monetary charges on
2222
| Name | Version |
2323
|------|---------|
2424
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.0 |
25-
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 5.21 |
25+
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 5.30 |
2626
| <a name="requirement_null"></a> [null](#requirement\_null) | >= 3.0 |
2727

2828
## Providers
2929

3030
| Name | Version |
3131
|------|---------|
32-
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 5.21 |
32+
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 5.30 |
3333
| <a name="provider_null"></a> [null](#provider\_null) | >= 3.0 |
3434

3535
## Modules

examples/connect/versions.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
44
required_providers {
55
aws = {
66
source = "hashicorp/aws"
7-
version = ">= 5.21"
7+
version = ">= 5.30"
88
}
99
null = {
1010
source = "hashicorp/null"

examples/serverless/versions.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
44
required_providers {
55
aws = {
66
source = "hashicorp/aws"
7-
version = ">= 5.21"
7+
version = ">= 5.30"
88
}
99
}
1010
}

modules/serverless/versions.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
44
required_providers {
55
aws = {
66
source = "hashicorp/aws"
7-
version = ">= 5.21"
7+
version = ">= 5.30"
88
}
99
}
1010
}

0 commit comments

Comments
 (0)