mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-19 16:57:40 +07:00
9 lines
132 B
HCL
9 lines
132 B
HCL
terraform {
|
|
required_providers {
|
|
kubernetes = {
|
|
source = "hashicorp/kubernetes"
|
|
version = "~> 2.9.0"
|
|
}
|
|
}
|
|
}
|