mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
style: nix fmt
This commit is contained in:
parent
7913481b66
commit
6e0cc170eb
112 changed files with 1977 additions and 1739 deletions
|
|
@ -1,13 +1,13 @@
|
|||
module "oci_common_private_network" {
|
||||
source = "./oci_common_private_network"
|
||||
|
||||
cidr_blocks = [
|
||||
cidr_blocks = [
|
||||
"10.25.0.0/16"
|
||||
]
|
||||
|
||||
display_name = "CoreNetwork"
|
||||
dns_label = "core"
|
||||
tenancy_ocid = module.oci_compartment_bootstrap.child_compartment_id
|
||||
display_name = "CoreNetwork"
|
||||
dns_label = "core"
|
||||
tenancy_ocid = module.oci_compartment_bootstrap.child_compartment_id
|
||||
|
||||
providers = {
|
||||
oci = oci.oci_compartment
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue