feat(oci): attempt to make servers provisioned

This commit is contained in:
Kat Inskip 2024-06-09 11:10:54 -07:00
parent 0505f506d2
commit e5b2f39e99
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
6 changed files with 71 additions and 18 deletions

View file

@ -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"
}
}
*/
#*/
}