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 b564d51 commit c9c8112Copy full SHA for c9c8112
outputs.tf
@@ -1,6 +1,6 @@
1
# Copyright 2017, 2019, Oracle Corporation and/or affiliates. All rights reserved.
2
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl
3
4
-output "operator_public_ip" {
+output "operator_private_ip" {
5
value = join(",", data.oci_core_vnic.operator_vnic.*.private_ip_address)
6
}
0 commit comments