Skip to content

Commit

Permalink
Remove constraint on maximum provider versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmacedot authored Apr 24, 2024
1 parent ce2021e commit 3de5501
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ terraform {
required_version = ">= 0.13"

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

This comment has been minimized.

Copy link
@CarlEkerot

CarlEkerot May 22, 2024

Bad version constraint

This comment has been minimized.

Copy link
@CarlEkerot

CarlEkerot May 22, 2024

Nvm, looked at wrong commit :)

kubernetes = ">= 1.10.0"
kubectl = {
source = "gavinbunney/kubectl"
version = ">= 1.9.4"
Expand Down

0 comments on commit 3de5501

Please sign in to comment.