scottslowe-learning-tools/terraform/tf-json-example/output.tf.json
Scott Lowe 98b186e5d3 Add example configurations for Terraform
Add Terraform-formatted configuration. Add JSON-formatted
configuration. Add README with instructions on using these
configurations.
2015-11-25 17:08:46 -07:00

7 lines
No EOL
102 B
JSON

{
"output": {
"address": {
"value": "${openstack_compute_floatingip_v2.tf-fip.address}"
}
}
}