mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29: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
|
|
@ -1,3 +1,15 @@
|
|||
variable "kat_pgp_ssh_public_key" {
|
||||
type = string
|
||||
}
|
||||
|
||||
module "oci_servers" {
|
||||
source = "./oci_servers"
|
||||
|
||||
micro_display_names = ["Mei", "Mai"]
|
||||
flex_display_name = "Daiyousei"
|
||||
|
||||
tenancy_ocid = module.oci_compartment_bootstrap.child_compartment_id
|
||||
nsg_id = module.oci_common_private_network.nsg_id
|
||||
ssh_authorized_keys = [var.kat_pgp_ssh_public_key]
|
||||
subnet_id = module.oci_common_private_network.subnet_id
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue