Deploying Resources to GCP with Terraform

Go to class
Write Review

Free Online Course: Deploying Resources to GCP with Terraform provided by A Cloud Guru is a comprehensive online course, which lasts for 6 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from A Cloud Guru. Deploying Resources to GCP with Terraform is taught by Broadus Palmer.

Overview
  • This course demonstrates how to create and manage projects and resources on Google Cloud Platform with Terraform. With Terraform, many of your resources — such as projects, IAM policies, networks, and Compute Engine instances — can be managed, versioned, and easily recreated for your organization or teams. The state that Terraform generates is saved to Google Cloud Storage for persistence.

Syllabus
    • Getting Started
    • Overview
    • Creating Your Terraform Admin Project
    • Terraform `init`, `plan`, and `apply`
    • Using Terraform to Create a New Project
    • Using Terraform to Create a New VPC
    • Using Terraform to Create Compute Engine Instances
    • Using Terraform to Auto Scale and Load Balance the Managed Instance Groups
    • Cleaning Up
    • Final Steps