mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 20:39:18 -08:00
style: nix fmt
This commit is contained in:
parent
7913481b66
commit
6e0cc170eb
112 changed files with 1977 additions and 1739 deletions
|
|
@ -24,7 +24,7 @@ locals {
|
|||
|
||||
resource "oci_core_instance" "that" {
|
||||
availability_domain = data.oci_identity_availability_domains.this.availability_domains.0.name
|
||||
compartment_id = var.tenancy_ocid
|
||||
compartment_id = var.tenancy_ocid
|
||||
shape = local.shapes.flex
|
||||
|
||||
display_name = var.flex_display_name
|
||||
|
|
@ -49,8 +49,8 @@ resource "oci_core_instance" "that" {
|
|||
assign_public_ip = true
|
||||
display_name = var.flex_display_name
|
||||
hostname_label = local.flex_hostname
|
||||
nsg_ids = [var.nsg_id]
|
||||
subnet_id = var.subnet_id
|
||||
nsg_ids = [var.nsg_id]
|
||||
subnet_id = var.subnet_id
|
||||
}
|
||||
|
||||
shape_config {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue