mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
Add Terraform-formatted configuration. Add JSON-formatted configuration. Add README with instructions on using these configurations.
7 lines
No EOL
102 B
JSON
7 lines
No EOL
102 B
JSON
{
|
|
"output": {
|
|
"address": {
|
|
"value": "${openstack_compute_floatingip_v2.tf-fip.address}"
|
|
}
|
|
}
|
|
} |