Skip to content

Commit c9c8112

Browse files
committed
wrong output name for operator ip
Signed-off-by: Ali Mukadam <[email protected]>
1 parent b564d51 commit c9c8112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

outputs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Copyright 2017, 2019, Oracle Corporation and/or affiliates. All rights reserved.
22
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl
33

4-
output "operator_public_ip" {
4+
output "operator_private_ip" {
55
value = join(",", data.oci_core_vnic.operator_vnic.*.private_ip_address)
66
}

0 commit comments

Comments
 (0)