Skip to content

Commit 23c3421

Browse files
committed
remove API_GATEWAY
1 parent c686d0a commit 23c3421

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

MtdrSpring/terraform/apigateway.tf

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
resource "oci_apigateway_gateway" "todolist"{
2-
#required
3-
compartment_id = var.ociCompartmentOcid
4-
endpoint_type = "PUBLIC"
5-
subnet_id = oci_core_subnet.svclb_Subnet.id
6-
display_name = "todolist"
7-
}
1+
#No longer creating API_gateway
2+
3+
#resource "oci_apigateway_gateway" "todolist"{
4+
# #required
5+
# compartment_id = var.ociCompartmentOcid
6+
# endpoint_type = "PUBLIC"
7+
# subnet_id = oci_core_subnet.svclb_Subnet.id
8+
# display_name = "todolist"
9+
#}

0 commit comments

Comments
 (0)