Skip to content

Commit

Permalink
Remove AWS Max Version Limitation
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieSinn authored Sep 26, 2022
1 parent fba612c commit 9c1bccb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ terraform {
required_version = ">= 0.13"

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

0 comments on commit 9c1bccb

Please sign in to comment.