Skip to content

Commit

Permalink
feat: featured aws 5.0 aws provider version in example
Browse files Browse the repository at this point in the history
  • Loading branch information
anmolnagpal committed Jul 4, 2023
1 parent f2762ae commit d1b5de3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _example/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 = ">= 4.48.0"
version = "~> 5.0"
}
}
}

0 comments on commit d1b5de3

Please sign in to comment.