Skip to content

Commit

Permalink
Remove versions limits on providers
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmacedot committed Aug 1, 2024
1 parent 61a2fbe commit 8e0c8d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions versions.tf → _versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {

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

0 comments on commit 8e0c8d5

Please sign in to comment.