mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
feat(oci): add provider config
This commit is contained in:
parent
02fcb7b3ae
commit
405b34d414
3 changed files with 18 additions and 0 deletions
|
|
@ -12,4 +12,12 @@ module "oci_servers" {
|
|||
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
|
||||
|
||||
providers = {
|
||||
oci = oci.oci_compartment
|
||||
}
|
||||
|
||||
depends_on = [
|
||||
module.oci_compartment_bootstrap
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue