feat(terraform): change cloud workspace name

This commit is contained in:
Kat Inskip 2024-06-09 13:34:45 -07:00
parent fb28b550dc
commit 59698bf0a3
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
2 changed files with 2 additions and 2 deletions

View file

@ -30,7 +30,7 @@ terraform {
hostname = "app.terraform.io"
organization = "kittywitch"
workspaces {
name = "nixfiles-tf"
name = "nixfiles"
}
}
*/
@ -43,7 +43,7 @@ terraform {
hostname = "app.terraform.io"
workspaces {
name = "nixfiles-tf"
name = "nixfiles"
}
}
#*/