Skip to content

Commit

Permalink
fix: update version from 5.0 to 4.0 in root dir
Browse files Browse the repository at this point in the history
  • Loading branch information
nileshgadgi committed Jun 19, 2023
1 parent 9acb8b6 commit b1426ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 5.4.0"
version = "~> 4.0"
}
}
}

0 comments on commit b1426ab

Please sign in to comment.