Skip to content

Commit

Permalink
Updated terraform aws privider version (#13)
Browse files Browse the repository at this point in the history
Co-authored-by: vinayakgautamops <[email protected]>
  • Loading branch information
ankush-sqops and vinayakgautamops authored Aug 30, 2024
1 parent d26bd82 commit 1b0d849
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions versions.tf
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
terraform {
required_version = ">= 0.13"
required_version = ">= 1.0"
required_providers {
aws = {
source = "hashicorp/aws"
version = "5.13.1"
version = ">= 5.0.0"
}
}
}

0 comments on commit 1b0d849

Please sign in to comment.