Skip to content

Commit

Permalink
Merge pull request #56 from schubergphilis/fix_empty_tags
Browse files Browse the repository at this point in the history
fix: restore version bump
  • Loading branch information
shoekstra authored Jan 12, 2024
2 parents b96743a + 6b0b40c commit ed8be65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ This can be changed by updating `var.instance_count`. By default all instances u
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.3 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 5.0 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 4.62.0 |

## Providers

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

## Modules

Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 5.0"
version = ">= 4.62.0"
}
}
required_version = ">= 1.3"
Expand Down

0 comments on commit ed8be65

Please sign in to comment.