February 2017
Intermediate to advanced
440 pages
8h 45m
English
Wouldn't it be great if Terraform could show us useful, informational output after a successful run? Following what we've done so far, it would be helpful to know how to connect to the instance, what are the local and public IP addresses, or see the security groups used. That's what Terraform's outputs are for.
To step through this recipe, you will need the following:
Thankfully, we can use the same syntax we're already using to access variables and attributes of references, but this time ...
Read now
Unlock full access