orchestration.clouds/ahoskingit/terraform/terraform.tf
2021-06-30 15:09:49 -04:00

11 lines
120 B
HCL

terraform {
backend "remote" {
organization = "AHosking"
workspaces {
name = "terraform"
}
}
}