We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c686d0a commit 23c3421Copy full SHA for 23c3421
MtdrSpring/terraform/apigateway.tf
@@ -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
-}
+#No longer creating API_gateway
+
+#resource "oci_apigateway_gateway" "todolist"{
+# #required
+# compartment_id = var.ociCompartmentOcid
+# endpoint_type = "PUBLIC"
+# subnet_id = oci_core_subnet.svclb_Subnet.id
8
+# display_name = "todolist"
9
+#}
0 commit comments