Skip to content

Commit

Permalink
fix: Fixed Readme.yaml & Versions.tf (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
13archit authored Jul 27, 2023
1 parent 71d2ead commit bb20e60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ badges:
url: "LICENSE.md"

prerequesties:
- name: Terraform 1.4.6
- name: Terraform 1.5.3
url: https://learn.hashicorp.com/terraform/getting-started/install.html
# description of this project
description: |-
Expand Down
4 changes: 2 additions & 2 deletions versions.tf
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Terraform version
terraform {
required_version = ">= 1.4.6"
required_version = ">= 1.5.0"

required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 5.1.0"
version = ">= 5.9.0"
}
}
}

0 comments on commit bb20e60

Please sign in to comment.