DEV Community

Discussion on: Using Terraform for Cloud Deployments - Part 1

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