Skip to content

Commit

Permalink
Merge pull request #16 from opzkit/dependabot/terraform/hashicorp/aws…
Browse files Browse the repository at this point in the history
…-tw-5.0

chore(deps): update hashicorp/aws requirement from ~> 4.0 to ~> 5.0
  • Loading branch information
argoyle authored May 26, 2023
2 parents 14d60f7 + c730782 commit 509cbfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 4.0"
version = "~> 5.0"
}
}
}

0 comments on commit 509cbfd

Please sign in to comment.