nix/terraform/outputs.tf

3 lines
88 B
HCL

output "x64_public_ip0" {
value = oci_core_instance.vm_instance_x86_64[0].public_ip
}