Skip to content

Commit

Permalink
feat(terraform): bump AWS Provider version to 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
diodonfrost committed Jun 4, 2023
1 parent 928806a commit 4e87860
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions versions.tf
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
terraform {
required_version = ">= 0.12"

required_providers {
aws = ">= 2.9.0"
archive = ">= 1.2.2"
aws = ">= 5.0.0"
archive = ">= 2.3.0"
}
}

0 comments on commit 4e87860

Please sign in to comment.