DEV Community

Using Terraform for Cloud Deployments - Part 1

David Schmitz on April 26, 2017

This post explores Terraform from a beginner's perspective. We'll look at the problem Terraform solves and what it's distinct features are. By usi...
Collapse
 
bodz1lla profile image
bodz1lla

Hi David,

Thanks for the great tutorial!

There is a mistake in command:

$ terraform show | grep 'public_id =' # get the public ip

change to

$ terraform show | grep 'public_ip =' # get the public ip


Regards,
Bogdan