orchestration.clouds/ahoskingit/terraform/terraform.tf

11 lines
120 B
Terraform
Raw Normal View History

2021-06-30 19:09:49 +00:00
terraform {
backend "remote" {
organization = "AHosking"
workspaces {
name = "terraform"
}
}
}