11 lines
120 B
HCL
11 lines
120 B
HCL
terraform {
|
|
backend "remote" {
|
|
organization = "AHosking"
|
|
|
|
workspaces {
|
|
name = "terraform"
|
|
}
|
|
}
|
|
}
|
|
|