Skip to content

Commit

Permalink
Upgrade Terraform modules in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
hanscg committed Nov 6, 2023
1 parent 8ade034 commit 787d940
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ This module uses Semver.

| Name | Version |
|------|---------|
| <a name="provider_aws"></a> [aws](#provider\_aws) | 5.24.0 |
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 3.74.0 |

## Modules

Expand Down
2 changes: 1 addition & 1 deletion examples/complete-ecs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ $ terraform apply

| Name | Version |
|------|---------|
| <a name="provider_aws"></a> [aws](#provider\_aws) | 5.24.0 |
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 3.74.0 |

## Modules

Expand Down
2 changes: 1 addition & 1 deletion examples/easy/ec2-alb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ To test that it's working:

| Name | Version |
|------|---------|
| <a name="provider_aws"></a> [aws](#provider\_aws) | 5.24.0 |
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 3.74.0 |

## Modules

Expand Down
2 changes: 1 addition & 1 deletion examples/easy/ec2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ $ terraform apply

| Name | Version |
|------|---------|
| <a name="provider_aws"></a> [aws](#provider\_aws) | 5.24.0 |
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 3.74.0 |

## Modules

Expand Down
2 changes: 1 addition & 1 deletion examples/easy/fargate-alb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ $ terraform apply

| Name | Version |
|------|---------|
| <a name="provider_aws"></a> [aws](#provider\_aws) | 5.24.0 |
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 3.74.0 |

## Modules

Expand Down
2 changes: 1 addition & 1 deletion examples/easy/fargate-spot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ $ terraform apply

| Name | Version |
|------|---------|
| <a name="provider_aws"></a> [aws](#provider\_aws) | 5.24.0 |
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 3.74.0 |

## Modules

Expand Down
2 changes: 1 addition & 1 deletion examples/easy/fargate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ $ terraform apply

| Name | Version |
|------|---------|
| <a name="provider_aws"></a> [aws](#provider\_aws) | 5.24.0 |
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 3.74.0 |

## Modules

Expand Down

0 comments on commit 787d940

Please sign in to comment.