nixfiles/tf/backend.tf

10 lines
162 B
HCL

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