Skip to content

Commit

Permalink
Issue: Update semantic versioning for aws provider (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
bachu20 authored Jul 1, 2024
1 parent 5841d7d commit 95b0a3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 5.0"
version = ">= 5.0"
}
}
required_version = ">= 1.1.0"
Expand Down

0 comments on commit 95b0a3e

Please sign in to comment.