nixfiles/cluster/backend.tf

10 lines
167 B
HCL

terraform {
backend "remote" {
hostname = "app.terraform.io"
organization = "kittywitch"
workspaces {
name = "infrastructure-cluster"
}
}
}