10 lines
128 B
HCL
Executable File
10 lines
128 B
HCL
Executable File
terraform {
|
|
backend "remote" {
|
|
organization = "webuildyourcloud"
|
|
|
|
workspaces {
|
|
name = "wbyc-master"
|
|
}
|
|
}
|
|
}
|