Skip to content

Commit

Permalink
Merge pull request #97 from Vermyndax/fix-terraform-constraint
Browse files Browse the repository at this point in the history
Update terraform constraint
  • Loading branch information
Vermyndax authored Jul 13, 2021
2 parents 600ef88 + 48e142a commit accf87f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ module "example_site" {

| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | ~> 1.0 |
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.0 |

## Providers

Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

terraform {
required_version = "~> 1.0"
required_version = ">= 1.0"
required_providers {
aws = {
source = "hashicorp/aws"
Expand Down

0 comments on commit accf87f

Please sign in to comment.