mirror of
https://github.com/vcscsvcscs/OCI-Kubernetes-cluster-with-traefik.git
synced 2025-08-13 22:39:06 +02:00
Add oke and nlb to managed cluster
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
output "public_subnet_id" {
|
||||
value = oci_core_subnet.vcn_public_subnet.id
|
||||
}
|
||||
|
||||
output "private_subnet_id" {
|
||||
value = oci_core_subnet.vcn_private_subnet.id
|
||||
}
|
Reference in New Issue
Block a user