Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

Commit c39bda0

Browse files
committed
Fixed outputs.tf
1 parent 89237c9 commit c39bda0

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

simple/outputs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
output "ELK_VM_public_IP" {
2-
value = "${data.oci_core_vnic.elk_vnic.public_ip_address}"
2+
value = data.oci_core_vnic.elk_vnic.public_ip_address
33
}
44

55
output "generated_ssh_private_key" {
-5 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)