mirror of
https://github.com/vcscsvcscs/OCI-Kubernetes-cluster-with-traefik.git
synced 2025-08-13 22:39:06 +02:00
7 lines
156 B
HCL
7 lines
156 B
HCL
output "public_subnet_id" {
|
|
value = oci_core_subnet.vcn_public_subnet.id
|
|
}
|
|
|
|
output "private_subnet_id" {
|
|
value = oci_core_subnet.vcn_private_subnet.id
|
|
} |