Skip to content

Commit

Permalink
bump required aws version
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre Mont'Alvao committed May 1, 2024
1 parent 747df7b commit 670272c
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, < 5.39"
aws = ">= 3.13, < 5.41"
helm = ">= 1.0, < 3.0"
kubernetes = ">= 1.10.0, < 3.0.0"
}
Expand Down

0 comments on commit 670272c

Please sign in to comment.