mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 14:53:19 +00:00
Tidying code and clarifying some sections Signed-off-by: Vegard Hagen <[email protected]>
9 lines
132 B
Terraform
9 lines
132 B
Terraform
terraform {
|
|
required_providers {
|
|
kubernetes = {
|
|
source = "hashicorp/kubernetes"
|
|
version = ">=2.32.0"
|
|
}
|
|
}
|
|
}
|