mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
feat(oci): add
This commit is contained in:
parent
7f6562ea70
commit
1e79f4f23c
29 changed files with 308 additions and 34 deletions
|
|
@ -14,13 +14,27 @@ terraform {
|
|||
}
|
||||
}
|
||||
|
||||
#/*
|
||||
# Settings for local applies
|
||||
backend "remote" {
|
||||
hostname = "app.terraform.io"
|
||||
organization = "kittywitch"
|
||||
workspaces {
|
||||
name = "nixfiles-tf"
|
||||
}
|
||||
}
|
||||
#*/
|
||||
|
||||
/*
|
||||
# Settings for remote applies
|
||||
cloud {
|
||||
organization = "kittywitch"
|
||||
## Required for Terraform Enterprise; Defaults to app.terraform.io for Terraform Cloud
|
||||
hostname = "app.terraform.io"
|
||||
|
||||
workspaces {
|
||||
name = "kittywitch"
|
||||
name = "nixfiles-tf"
|
||||
}
|
||||
}
|
||||
*/
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue