Course Catalog
Getting Started with Terraform for Google Cloud
Code: GCP-TERRA
Duration: 1 Day
$900 USD

OVERVIEW

This course provides an introduction to using Terraform for Google Cloud. It enables learners to describe how Terraform can be used to implement infrastructure as a code and to apply some of its key features and functionalities to create and manage Google Cloud infrastructure. Learners will get hands-on practice building Google Cloud resources using Terraform.

DELIVERY FORMAT

This course is available in the following formats:

Virtual Classroom

Duration: 1 Day

CLASS SCHEDULE
Call 800-798-3901 to enroll in this class!

GOALS
  • Define the business need for infrastructure as code and the benefits of using it in your environment.
  • Explain the features and functionalities of Terraform.
  • Use Terraform resources, variables, and output values to create Google Cloud infrastructure resources.
  • Use Terraform modules to build reusable configurations.
  • Explain Terraform state and its importance.
OUTLINE


Notice: Undefined variable: classroom in /home/alliancemicro/public_html/content/catalog/public_course_details.php on line 264

Notice: Trying to access array offset on value of type null in /home/alliancemicro/public_html/content/catalog/public_course_details.php on line 264
Will Be Updated Soon!

Module 1: Introduction to Terraform for Google Cloud

  • Introduction to IaC
  • What is infrastructure as code (IaC)?
  • Problems IaC can solve
  • Benefits of IaC
  • Provisioning versus configuration
  • Imperative versus declarative approach
  • Introduction to Terraform
  • Terraform overview
  • Terraform features
  • IaC configuration workflow
  • Terraform use cases
  • Using Terraform
  • How to use Terraform
  • Running Terraform in production

Module 2: Terms and concepts

  • Terraform Directory structure
  • Introduction to HCL syntax
  • Resources
  • Variables
  • State
  • Modules
  • Terraform commands
  • Terraform init
  • Terraform plan
  • Terraform apply
  • Terraform fmt
  • Terraform destroy
  • Terraform Validator tool
  • Introduction
  • Why use the Terraform Validator tool
  • Validation workflow
  • Terraform Validator use cases

Module 3: Writing Infrastructure Code for Google Cloud

  • Introduction to Resources
  • Resources overview
  • Syntax
  • Example
  • Refer a resource attribute
  • Considerations to define a resource block
  • Meta-arguments for resources
  • Resource dependencies
  • Implicit dependency
  • Explicit dependency
  • Introduction to Variables
  • Overview
  • Syntax to declare a variable
  • Syntax to reference and assign a value to a variable
  • Variables best practices
  • Introduction to output values
  • Output values overview
  • Best practices
  • Terraform Registry and CFT
  • Introduction to Terraform Registry
  • Introduction to CFT

Module 4: Organizing and Reusing Configuration with Terraform Modules

  • Introduction to modules:
  • Why are modules needed
  • What is a module?
  • Example
  • Reusing configurations by using modules
  • Module sources
  • Calling a module into the source configuration
  • Using variables to parameterize your configuration
  • Pass resource attributes using output variables
  • Module use cases, benefits, and best practices

Module 5: Introduction to Terraform State

  • Introduction to Terraform state
  • How information is stored in a Terraform state file
  • Ways to save a state file
  • Storing a state file in a Cloud Storage bucket
  • Issues when storing the Terraform state locally
  • Benefits of storing a state file in a Cloud Storage bucket
  • Process of storing a Terraform state file remotely in a Cloud Storage bucket
  • Terraform state best practices
LABS


Notice: Undefined variable: classroom in /home/alliancemicro/public_html/content/catalog/public_course_details.php on line 289

Notice: Trying to access array offset on value of type null in /home/alliancemicro/public_html/content/catalog/public_course_details.php on line 289
Will Be Updated Soon!
Will Be Updated Soon!
WHO SHOULD ATTEND

Cloud engineers, DevOps engineers, and individuals who want to start using Terraform to automate infrastructure provisioning with a focus on Google Cloud Platform.

PREREQUISITES

  • Complete Google Cloud Fundamentals: Core Infrastructure
  • Have basic programming skills and familiarity with using CLI
  • Have general familiarity with Google Cloud