Skip to content

Commit

Permalink
bump required aws version
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremiasroma committed Mar 6, 2024
1 parent 11ac595 commit cb0029c
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 = ">= 0.13"

required_providers {
aws = ">= 3.13, < 4.0"
aws = ">= 3.13, < 5.39"
helm = ">= 1.0, < 3.0"
kubernetes = ">= 1.10.0, < 3.0.0"
}
Expand Down

0 comments on commit cb0029c

Please sign in to comment.