2020-05-11 23:20:27 +02:00

10 lines
128 B
HCL

terraform {
backend "remote" {
organization = "webuildyourcloud"
workspaces {
name = "wbyc-master"
}
}
}