mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
16 lines
290 B
HCL
16 lines
290 B
HCL
terraform {
|
|
required_providers {
|
|
helm = {
|
|
source = "hashicorp/helm"
|
|
version = "2.9.0"
|
|
}
|
|
kubernetes = {
|
|
source = "hashicorp/kubernetes"
|
|
version = "2.20.0"
|
|
}
|
|
tailscale = {
|
|
source = "tailscale/tailscale"
|
|
version = "0.13.7"
|
|
}
|
|
}
|
|
}
|