mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
feat(terraform): change cloud workspace name
This commit is contained in:
parent
fb28b550dc
commit
59698bf0a3
2 changed files with 2 additions and 2 deletions
0
tf/export_oci_ipv4_addresses.sh
Normal file
0
tf/export_oci_ipv4_addresses.sh
Normal file
|
|
@ -30,7 +30,7 @@ terraform {
|
||||||
hostname = "app.terraform.io"
|
hostname = "app.terraform.io"
|
||||||
organization = "kittywitch"
|
organization = "kittywitch"
|
||||||
workspaces {
|
workspaces {
|
||||||
name = "nixfiles-tf"
|
name = "nixfiles"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
|
|
@ -43,7 +43,7 @@ terraform {
|
||||||
hostname = "app.terraform.io"
|
hostname = "app.terraform.io"
|
||||||
|
|
||||||
workspaces {
|
workspaces {
|
||||||
name = "nixfiles-tf"
|
name = "nixfiles"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#*/
|
#*/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue