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
|
|
@ -56,6 +56,7 @@ resource "oci_core_instance" "this" {
|
|||
}
|
||||
|
||||
create_vnic_details {
|
||||
assign_public_ip = true
|
||||
display_name = var.micro_display_names[count.index]
|
||||
hostname_label = lower(var.micro_display_names[count.index])
|
||||
nsg_ids = [var.nsg_id]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue