mirror of
https://github.com/puppetmaster/typhoon.git
synced 2024-12-26 22:19:33 +01:00
9 lines
130 B
Terraform
9 lines
130 B
Terraform
|
terraform {
|
||
|
required_providers {
|
||
|
kubernetes = {
|
||
|
source = "hashicorp/kubernetes"
|
||
|
version = "~> 2.8"
|
||
|
}
|
||
|
}
|
||
|
}
|