Skip to content

Commit

Permalink
Update versions.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
DrFaust92 authored Nov 27, 2020
1 parent 39fc9fe commit 08fd472
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,6 +2,6 @@ terraform {
required_version = ">= 0.12.6, < 0.14"

required_providers {
kubernetes = "~> 1.11.4"
kubernetes = ">= 1.11.4"
}
}
}

0 comments on commit 08fd472

Please sign in to comment.