Skip to content

Commit f5b064a

Browse files
committed
Fixed docs
1 parent 665781f commit f5b064a

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ module "api_gateway" {
100100

101101
| Name | Version |
102102
|------|---------|
103-
| <a name="provider_aws"></a> [aws](#provider\_aws) | 3.57.0 |
103+
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 3.35 |
104104

105105
## Modules
106106

examples/complete-http/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,17 @@ Note that this example may create resources which cost money. Run `terraform des
3030

3131
| Name | Version |
3232
|------|---------|
33-
| <a name="provider_aws"></a> [aws](#provider\_aws) | 3.57.0 |
34-
| <a name="provider_null"></a> [null](#provider\_null) | 3.1.0 |
35-
| <a name="provider_random"></a> [random](#provider\_random) | 3.1.0 |
36-
| <a name="provider_tls"></a> [tls](#provider\_tls) | 3.1.0 |
33+
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 3.35 |
34+
| <a name="provider_null"></a> [null](#provider\_null) | >= 2.0 |
35+
| <a name="provider_random"></a> [random](#provider\_random) | >= 2.0 |
36+
| <a name="provider_tls"></a> [tls](#provider\_tls) | >= 3.1 |
3737

3838
## Modules
3939

4040
| Name | Source | Version |
4141
|------|--------|---------|
4242
| <a name="module_acm"></a> [acm](#module\_acm) | terraform-aws-modules/acm/aws | ~> 3.0 |
43-
| <a name="module_api_gateway"></a> [api\_gateway](#module\_api\_gateway) | ../../ | n/a |
43+
| <a name="module_api_gateway"></a> [api\_gateway](#module\_api\_gateway) | ../../ | |
4444
| <a name="module_lambda_function"></a> [lambda\_function](#module\_lambda\_function) | terraform-aws-modules/lambda/aws | ~> 2.0 |
4545
| <a name="module_step_function"></a> [step\_function](#module\_step\_function) | terraform-aws-modules/step-functions/aws | ~> 2.0 |
4646

examples/vpc-link-http/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,16 @@ Note that this example may create resources which cost money. Run `terraform des
2929

3030
| Name | Version |
3131
|------|---------|
32-
| <a name="provider_null"></a> [null](#provider\_null) | 3.1.0 |
33-
| <a name="provider_random"></a> [random](#provider\_random) | 3.1.0 |
32+
| <a name="provider_null"></a> [null](#provider\_null) | >= 2.0 |
33+
| <a name="provider_random"></a> [random](#provider\_random) | >= 2.0 |
3434

3535
## Modules
3636

3737
| Name | Source | Version |
3838
|------|--------|---------|
3939
| <a name="module_alb"></a> [alb](#module\_alb) | terraform-aws-modules/alb/aws | ~> 6.0 |
4040
| <a name="module_alb_security_group"></a> [alb\_security\_group](#module\_alb\_security\_group) | terraform-aws-modules/security-group/aws | ~> 4.0 |
41-
| <a name="module_api_gateway"></a> [api\_gateway](#module\_api\_gateway) | ../../ | n/a |
41+
| <a name="module_api_gateway"></a> [api\_gateway](#module\_api\_gateway) | ../../ | |
4242
| <a name="module_api_gateway_security_group"></a> [api\_gateway\_security\_group](#module\_api\_gateway\_security\_group) | terraform-aws-modules/security-group/aws | ~> 4.0 |
4343
| <a name="module_lambda_function"></a> [lambda\_function](#module\_lambda\_function) | terraform-aws-modules/lambda/aws | ~> 2.0 |
4444
| <a name="module_lambda_security_group"></a> [lambda\_security\_group](#module\_lambda\_security\_group) | terraform-aws-modules/security-group/aws | ~> 4.0 |

0 commit comments

Comments
 (0)