Yeah good stuff. I have a couple Udemy courses on it.
Something I didn't see in this article was that Cloud Shell has Terraform built in... so you really don't even need to install it. I try to keep things serverless and source controlled, so I wouldn't want to install Terraform.
As long as it uses the latest version of terraform. There are many differences between current and last release.
Screenshot_20190805-163610_Edge.jpg
Cool. Yeah 11 vs 12 are much different. Alot of things have to be redone
A good workflow would be using Packer to build your immutable images with Ansible. That way you don't need to log into the image, just make a new image with your changes using the same process, and then deploy those images with Terraform.