Skip to content

Commit d51f488

Browse files
authored
Update oke.tf
1 parent 8426404 commit d51f488

File tree

1 file changed

+5
-5
lines changed
  • examples/basic-with-existing-network

1 file changed

+5
-5
lines changed

examples/basic-with-existing-network/oke.tf

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ module "oke-quickstart" {
2626

2727
# VCN for OKE arguments
2828
create_new_vcn = false
29-
existent_vcn_ocid = "ocid1.vcn.oc1.iad.amaaaaaadoggtjaat6nl5pla7kw52nbxpu73erej3nbd4shjhjczn2tfeadq"
29+
existent_vcn_ocid = "<Existent VCN OCID>" # ocid1.vcn.oc1....
3030
existent_vcn_compartment_ocid = "" # Optional. Specify if want to create terraform to create the subnets and the VCN is in a different compartment than the OKE cluster
3131

3232
# Subnet for OKE arguments
3333
create_subnets = false
34-
existent_oke_k8s_endpoint_subnet_ocid = "ocid1.subnet.oc1.iad.aaaaaaaakwyp2rkytg3yepvx7qzytff7estok277lda7gjjso3k4wnz6dpoa"
35-
existent_oke_nodes_subnet_ocid = "ocid1.subnet.oc1.iad.aaaaaaaack6edaxj6vxdxvbgw4ae232to3ou7rpfmv6lyscpbzcetjkeifiq"
36-
existent_oke_load_balancer_subnet_ocid = "ocid1.subnet.oc1.iad.aaaaaaaao6j4ixl23bcp6367he7l5qytuvmm74hrmg4ajiqyfzxowrbrx3pa"
37-
existent_oke_vcn_native_pod_networking_subnet_ocid = ""
34+
existent_oke_k8s_endpoint_subnet_ocid = "<Existent Kubernetes API Endpoint Subnet>" # ocid1.subnet....
35+
existent_oke_nodes_subnet_ocid = "<Existent Worker Nodes Subnet>" # ocid1.subnet....
36+
existent_oke_load_balancer_subnet_ocid = "<Existent Load Balancer Subnet>" # ocid1.subnet....
37+
existent_oke_vcn_native_pod_networking_subnet_ocid = "" # Optional. Existent VCN Native POD Networking subnet if the CNI Type is "OCI_VCN_IP_NATIVE"
3838
}

0 commit comments

Comments
 (0)