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