Skip to content

Commit

Permalink
fix: update tf and aws latest version (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
mamrajyadav authored Oct 31, 2023
1 parent 163ddce commit 878d331
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@
<a href="https://github.com/clouddrove/terraform-aws-iam-role/actions/workflows/tfsec.yml">
<img src="https://github.com/clouddrove/terraform-aws-iam-role/actions/workflows/tfsec.yml/badge.svg" alt="tfsec">
</a>
<a href="https://github.com/clouddrove/terraform-aws-iam-role/actions/workflows/terraform.yml">
<img src="https://github.com/clouddrove/terraform-aws-iam-role/actions/workflows/terraform.yml/badge.svg" alt="static-checks">
</a>


</p>
<p align="center">
Expand Down
4 changes: 2 additions & 2 deletions _example/complete/versions.tf
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Terraform version
terraform {
required_version = ">= 1.6.1"
required_version = ">= 1.6.2"

required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 5.20.1"
version = ">= 5.22.0"
}
}
}
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.6.1"
required_version = ">= 1.6.2"

required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 5.20.1"
version = ">= 5.22.0"
}
}
}

0 comments on commit 878d331

Please sign in to comment.