mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
feat(oci): attempt to make servers provisioned
This commit is contained in:
parent
0505f506d2
commit
e5b2f39e99
6 changed files with 71 additions and 18 deletions
|
|
@ -24,7 +24,7 @@ terraform {
|
|||
}
|
||||
}
|
||||
|
||||
#/*
|
||||
/*
|
||||
# Settings for local applies
|
||||
backend "remote" {
|
||||
hostname = "app.terraform.io"
|
||||
|
|
@ -33,9 +33,9 @@ terraform {
|
|||
name = "nixfiles-tf"
|
||||
}
|
||||
}
|
||||
#*/
|
||||
*/
|
||||
|
||||
/*
|
||||
#/*
|
||||
# Settings for remote applies
|
||||
cloud {
|
||||
organization = "kittywitch"
|
||||
|
|
@ -46,5 +46,5 @@ terraform {
|
|||
name = "nixfiles-tf"
|
||||
}
|
||||
}
|
||||
*/
|
||||
#*/
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue