scottslowe-learning-tools/terraform/oci/outputs.tf
Scott Lowe 742eee95b4
Add sample OCI configuration
Add a sample Terraform configuration for working with Oracle Cloud Infrastructure (OCI) using the OCI Terraform provider

Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org>
2018-10-10 01:38:10 -06:00

3 lines
80 B
HCL

output "instance_public_ip" {
value = "${oci_core_instance.test.public_ip}"
}