Skip to content

Commit

Permalink
feat(aws): upgrade provider to version 5
Browse files Browse the repository at this point in the history
Signed-off-by: pevisscher <2388946+pevisscher@users.noreply.github.com>
  • Loading branch information
pevisscher authored Aug 25, 2023
1 parent 48dd2fc commit db9b142
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 @@ -2,7 +2,7 @@ terraform {
required_version = "~> 1.3"
required_providers {
aws = {
version = ">= 4.31"
version = "~> 5"
}
}
}

0 comments on commit db9b142

Please sign in to comment.