hands-on lab

Importing Existing Infrastructure into Terraform with GCP

Difficulty: Beginner
Duration: Up to 45 minutes
Students: 275
Rating: 5/5
Get guided in a real environmentPractice with a step-by-step scenario in a real, provisioned environment.
Learn and validateUse validations to check your solutions every step of the way.
See resultsTrack your knowledge and monitor your progress.

Description

Terraform has become a reliable tool to manage and deploy cloud infrastructure, but in a production setting, projects developed with Terraform will often require access to existing resources. Teams may have their own Virtual Private Cloud configured to meet company requirements, or an existing Cloud Storage bucket to store all of their project artifacts. Instead of configuring new resources, Terraform offers the ability to import these existing resources to tie into new cloud infrastructure.

In this lab, you will import an existing GCP resource into a Terraform project.

Learning Objectives

Upon completion of this lab, you will be able to:

  • Import and utilize existing GCP resources into a Terraform project

Intended Audience

  • Individuals looking to pass the HashiCorp Certified: Terraform Associate Exam
  • Individuals and teams seeking an introduction to using Terraform with Google Cloud Platform

Prerequisites

Familiarity with the following will be beneficial but is not required:

  • Basic concepts of Google Cloud Platform

Updates

April 27th, 2023 - Updated theia to enable autosave

Environment before

Environment after

Covered topics

Lab steps

Activating the Google Cloud Platform Service Account
Importing GCP Resources into Terraform