fix: typos and llm inaccuracies

This commit is contained in:
Noah Masur
2025-06-29 22:02:51 -04:00
parent 2704642b3d
commit 11b7587783
3 changed files with 6 additions and 6 deletions

View File

@ -10,7 +10,7 @@ resource "oci_core_internet_gateway" "my_igw" {
compartment_id = var.compartment_ocid
vcn_id = oci_core_vcn.my_vpc.id
display_name = "main-igw"
is_enabled = true
enabled = true
}
resource "oci_core_route_table" "my_public_route_table" {