7 lines
116 B
Terraform
7 lines
116 B
Terraform
![]() |
terraform {
|
||
|
backend "remote" {
|
||
|
organization = "nix-community"
|
||
|
workspaces { name = "nix-community" }
|
||
|
}
|
||
|
}
|