Skip to content

Commit

Permalink
Add required_providers section
Browse files Browse the repository at this point in the history
Closes provider kubernetes is undefined qvest-digital#15
  • Loading branch information
Mezzle authored Dec 29, 2021
1 parent ba0bffa commit a2d3957
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions versions.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
terraform {
required_version = ">= 0.12"

required_providers {
kubernetes = {
source = "hashicorp/kubernetes"
}
}
}

0 comments on commit a2d3957

Please sign in to comment.