mirror of
https://github.com/puppetmaster/typhoon.git
synced 2024-12-26 07:29:32 +01:00
10 lines
131 B
Terraform
10 lines
131 B
Terraform
|
terraform {
|
||
|
required_providers {
|
||
|
kubernetes = {
|
||
|
source = "hashicorp/kubernetes"
|
||
|
version = "~> 2.8"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|