hashicorp / terraform-getting-started-gcp-cloud-shell

Getting Started Guide for Terraform and Google Cloud Platform using a Google Cloud Shell tutorial
Mozilla Public License 2.0
22 stars 33 forks source link

Rewrite to update to latest provider and module versions #9

Closed robin-norwood closed 3 years ago

robin-norwood commented 3 years ago

This started as an update to the latest GCP provider & modules, but in doing so I realized there were a bunch of other things to fix to bring it more in line with our style guide.

You can launch the Google Cloud Shell environment against this branch with this link. WARNING - Google cloud shell will time out after 5-10 minutes of inactivity, and you'll have to start over.

Major changes:

  1. Update to latest GCP provider - 3.3.0
  2. Other updates for Terraform 0.15 (terraform block, etc)
  3. Various code changes to make the tutorial work with newer GCP provider
  4. De-gerundify titles ("Creating Resources" => "Create a Resource")
  5. Remove ableist language. ("You will see..." => "Terraform prints out...")
  6. Put in user's voice. ("We have now provisioned..." => "You have now provisioned...")
  7. "Guide" => "Tutorial"
  8. Update command output for all of the above
  9. Various other style fixes