SlideShare a Scribd company logo
Terraform with GCP
Table of contents
01
04
02
05
03
06
Terraform Google Cloud
Platform
Terraform
Workflow
Syntax Scenario Demo
Terraform
● Open-source Infrastructure as code (IAC) Tool
● Developed by Hashicorp
● Written in HCL(HashiCorp Configuration Language)
● Automate and manage your
○ infrastructure
○ platform
○ services
● Declarative : define what end result you want
● Website: www.terraform.io
Google Cloud Platform (GCP)
● Suite of cloud computing services provided by Google.
● Offers a wide range of services, including:
○ Computing power
○ Storage
○ Databases
○ Machine learning
○ Networking
○ And more
● Delivered over the internet
● Website : cloud.google.com
GCP Console
Terraform Workflow
Terraform Syntax
Terraform Commands
● terraform version–Displays the current version of Terraform
● terraform init –Initializes a Terraform working directory
● terraform plan–Generates and shows an execution plan,
detailing what actions will be taken
● terraform apply –Executes and apply the actions proposed in
the Terraform plan
● terraform destroy –Destroys the Terraform-managed
infrastructure
Scenario
Creating Instances Using
Terraform

More Related Content

PDF
Terraforming your Infrastructure on GCP
PDF
Managing GCP Projects with Terraform (devfest Pisa 2018)
PDF
Oracle Cloud deployment with Terraform
PDF
Scaling terraform
PDF
GDG Cloud Southlake no. 22 Gutta and Nayer GCP Terraform Modules Scaling Your...
PDF
Introduction to Terraform and Google Cloud Platform
PDF
Hashicorp-Terraform-Deep-Dive-with-no-Fear-Victor-Turbinsky-Texuna.pdf
PDF
Terraform-2.pdf
Terraforming your Infrastructure on GCP
Managing GCP Projects with Terraform (devfest Pisa 2018)
Oracle Cloud deployment with Terraform
Scaling terraform
GDG Cloud Southlake no. 22 Gutta and Nayer GCP Terraform Modules Scaling Your...
Introduction to Terraform and Google Cloud Platform
Hashicorp-Terraform-Deep-Dive-with-no-Fear-Victor-Turbinsky-Texuna.pdf
Terraform-2.pdf

Similar to IaC for Google Cloud Platform with Terraform (20)

PDF
Infrastructure as Code with Terraform and Ansible
PDF
Cloudify and terraform integration
PDF
Infrastructure as Code with Terraform
PDF
Cloud Firestore – From JSON Deserialization to Object Document Mapping (ODM)
PDF
Cloudify and terraform integration
PDF
Terraform & IaC - Nam CXN
PDF
From airflow to google cloud composer
PDF
Room 2 - 3 - Nguyễn Hoài Nam & Nguyễn Việt Hùng - Terraform & Pulumi Comparin...
PPTX
Introduction to Terraform with Azure flavor
PPTX
openFoam Hangout on Air #2 - Cloud Simulation, presentation by Dacolt
PPTX
Building Instruqt, a scalable learning platform
PPTX
How to deploy a smart city platform?
PDF
Eugene Bova "Dapr (Distributed Application Runtime) in a Microservices Archit...
PPTX
Infrastructure-as-Code (IaC) Using Terraform (Advanced Edition)
PPTX
"Continuously delivering infrastructure using Terraform and Packer" training ...
PDF
Immutable Deployment Hands-On Lab Interop ITX
PDF
PDF
My Hashitalk Indonesia April 2024 Presentation
PPTX
Building CLI Applications with Golang
PDF
FastR+Apache Flink
Infrastructure as Code with Terraform and Ansible
Cloudify and terraform integration
Infrastructure as Code with Terraform
Cloud Firestore – From JSON Deserialization to Object Document Mapping (ODM)
Cloudify and terraform integration
Terraform & IaC - Nam CXN
From airflow to google cloud composer
Room 2 - 3 - Nguyễn Hoài Nam & Nguyễn Việt Hùng - Terraform & Pulumi Comparin...
Introduction to Terraform with Azure flavor
openFoam Hangout on Air #2 - Cloud Simulation, presentation by Dacolt
Building Instruqt, a scalable learning platform
How to deploy a smart city platform?
Eugene Bova "Dapr (Distributed Application Runtime) in a Microservices Archit...
Infrastructure-as-Code (IaC) Using Terraform (Advanced Edition)
"Continuously delivering infrastructure using Terraform and Packer" training ...
Immutable Deployment Hands-On Lab Interop ITX
My Hashitalk Indonesia April 2024 Presentation
Building CLI Applications with Golang
FastR+Apache Flink
Ad

Recently uploaded (20)

PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PPT
Teaching material agriculture food technology
PDF
Spectral efficient network and resource selection model in 5G networks
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
Encapsulation_ Review paper, used for researhc scholars
PPTX
Spectroscopy.pptx food analysis technology
PPTX
MYSQL Presentation for SQL database connectivity
PDF
Empathic Computing: Creating Shared Understanding
PDF
Electronic commerce courselecture one. Pdf
PDF
Accuracy of neural networks in brain wave diagnosis of schizophrenia
PPTX
1. Introduction to Computer Programming.pptx
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PDF
Assigned Numbers - 2025 - Bluetooth® Document
PDF
Network Security Unit 5.pdf for BCA BBA.
PPTX
A Presentation on Artificial Intelligence
PDF
cuic standard and advanced reporting.pdf
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
Agricultural_Statistics_at_a_Glance_2022_0.pdf
Teaching material agriculture food technology
Spectral efficient network and resource selection model in 5G networks
Mobile App Security Testing_ A Comprehensive Guide.pdf
20250228 LYD VKU AI Blended-Learning.pptx
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
Building Integrated photovoltaic BIPV_UPV.pdf
Encapsulation_ Review paper, used for researhc scholars
Spectroscopy.pptx food analysis technology
MYSQL Presentation for SQL database connectivity
Empathic Computing: Creating Shared Understanding
Electronic commerce courselecture one. Pdf
Accuracy of neural networks in brain wave diagnosis of schizophrenia
1. Introduction to Computer Programming.pptx
Per capita expenditure prediction using model stacking based on satellite ima...
Assigned Numbers - 2025 - Bluetooth® Document
Network Security Unit 5.pdf for BCA BBA.
A Presentation on Artificial Intelligence
cuic standard and advanced reporting.pdf
Ad

IaC for Google Cloud Platform with Terraform