filmov
tv
Terraform Tutorial in 2020 - Getting started on Google Cloud

Показать описание
You will learn about Terraform and how it's used as infrastructure as a code.
The greatest advantage of using Terraform is that it supports various cloud providers like AWS, Microsoft Azure, Google Cloud, Openstack etc and it is open source.
Terraform File:
===========
provider "google" {
version = "3.5.0"
project = "youtube-demo-255723"
region = "us-central1"
zone = "us-central1-c"
}
resource "google_compute_instance" "appserver" {
name = "secondary-application-server"
machine_type = "f1-micro"
boot_disk {
initialize_params {
image = "debian-cloud/debian-9"
}
}
network_interface {
network = "default"
}
}
Important links:
=============
----------
----------
PLAYLISTS:
----------
- Questions? Thoughts? Disagreements? Tell us here in the comments.
----------
LETS CONNECT:
The greatest advantage of using Terraform is that it supports various cloud providers like AWS, Microsoft Azure, Google Cloud, Openstack etc and it is open source.
Terraform File:
===========
provider "google" {
version = "3.5.0"
project = "youtube-demo-255723"
region = "us-central1"
zone = "us-central1-c"
}
resource "google_compute_instance" "appserver" {
name = "secondary-application-server"
machine_type = "f1-micro"
boot_disk {
initialize_params {
image = "debian-cloud/debian-9"
}
}
network_interface {
network = "default"
}
}
Important links:
=============
----------
----------
PLAYLISTS:
----------
- Questions? Thoughts? Disagreements? Tell us here in the comments.
----------
LETS CONNECT:
Terraform explained in 15 mins | Terraform Tutorial for Beginners
Terraform Tutorial in 2020 - Getting started on Google Cloud
Terraform in 100 Seconds
Beginners Tutorial to Terraform with AWS
Terraform Explained
Terraform Basic Tutorial with Demo by Piyush 2020
Terraform Course - Automate your AWS cloud infrastructure
Terraform Fundamental Tutorials by Harish in 2020
Terraform Advance Tutorial for Beginners with Demo 2020 — By DevOpsSchool
What is Terraform? | Terraform Tutorial | #1
Terraform Tutorial in 2020 - Using access token to call GCP APIs
Terraform Tutorial for Beginners 1 - Introduction
Learn Terraform in 10 Minutes Tutorial
Terraform Fundamental Tutorial By Guru in 2020 Part-1
Terraform Explained | Terraform Tutorial for Beginners
Terraform Tutorial for Beginners | FULL COURSE in 1 Hour
Terraform All Commands in 5 mins | Terraform Tutorial for Beginners
Beginners Tutorial to Terraform with Azure
Terraform Tutorial - The Best Project Ideas (Terraform How To)
Terraform Tutorial for Beginners | Terraform for Dummies | Terraform Explained with Examples
Getting Started With Terraform | Terraform Tutorial | #3
Terraform 2: Getting started with Terraform(2020-06-02)
Terraform Tutorial For Beginners | Automate Your AWS Cloud Infrastructure | DevOps Training| Edureka
AWS Terraform Tutorial | DevOps Terraform | Terraform Tutorial For Beginners | Intellipaat
Комментарии