mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
26 lines
No EOL
519 B
HCL
26 lines
No EOL
519 B
HCL
terraform {
|
|
required_providers {
|
|
hcloud = {
|
|
source = "hetznercloud/hcloud"
|
|
version = "1.38.2"
|
|
}
|
|
tailscale = {
|
|
source = "tailscale/tailscale"
|
|
version = "0.13.7"
|
|
}
|
|
cloudflare = {
|
|
source = "cloudflare/cloudflare"
|
|
version = "4.4.0"
|
|
}
|
|
}
|
|
|
|
cloud {
|
|
organization = "kittywitch"
|
|
## Required for Terraform Enterprise; Defaults to app.terraform.io for Terraform Cloud
|
|
hostname = "app.terraform.io"
|
|
|
|
workspaces {
|
|
name = "kittywitch"
|
|
}
|
|
}
|
|
} |