Skip to content

Commit

Permalink
Update network.tf
Browse files Browse the repository at this point in the history
Made it more readable
  • Loading branch information
AdmiraalA committed Feb 21, 2024
1 parent a39102b commit b7deb74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions network.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
resource "oci_core_vcn" "default_oci_core_vcn" {
cidr_block = var.oci_core_vcn_cidr
compartment_id = var.compartment_ocid
compartment_ocid = var.compartment_ocid
display_name = "Default OCI core vcn"
dns_label = var.oci_core_vcn_dns_label
freeform_tags = {
Expand Down Expand Up @@ -60,4 +60,4 @@ resource "oci_core_default_route_table" "default_oci_core_default_route_table" {
network_entity_id = oci_core_internet_gateway.default_oci_core_internet_gateway.id
}
manage_default_resource_id = oci_core_vcn.default_oci_core_vcn.default_route_table_id
}
}

0 comments on commit b7deb74

Please sign in to comment.