Skip to content

Commit

Permalink
Merge pull request #98 from Vermyndax/update-to-tf-1-1-1
Browse files Browse the repository at this point in the history
Update to tf 1.1.2
  • Loading branch information
Vermyndax authored Dec 22, 2021
2 parents accf87f + cea29ab commit cfc97a6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ override.tf.json

# Include tfplan files to ignore the plan output of command: terraform plan -out=tfplan
# example: *tfplan*
.DS_Store
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.1.2 |

## 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.1.2"
required_providers {
aws = {
source = "hashicorp/aws"
Expand Down

0 comments on commit cfc97a6

Please sign in to comment.