How to Create GCP VPC with Terraform Resources

preview_player
Показать описание

▬▬▬▬▬ Experience & Location 💼 ▬▬▬▬▬
► I’m a Senior Software Engineer at Juniper Networks (12+ years of experience)
► Located in San Francisco Bay Area, CA (US citizen)

▬▬▬▬▬▬ Connect with me 👋 ▬▬▬▬▬▬

▬▬▬▬▬▬ Related videos 👨‍🏫 ▬▬▬▬▬▬

=========
⏱️TIMESTAMPS⏱️
0:00 Intro
0:22 Create GCP VPC | google_compute_network
2:38 Create Public and Private Google Subnets | google_compute_subnetwork
4:30 Create Google Cloud Router | google_compute_router
4:50 Create Google NAT Gateway | google_compute_router_nat
5:47 Google Cloud VPC Overview

=========
Source Code

#Terraform #GCP #TerraformModules
Рекомендации по теме
Комментарии
Автор

This is a brilliant follow up video. Do you by chance have video(s) that covers testing terraform using terratest or other terraform testing tool? Thank you again for all the brilliant content

joeb.
Автор

wouldn't it be possible to include one sentence technical explanation for NAT, router, public, private subnets etc? For example in one sentence explain what does it mean for the NAT GW to be assigned only to the private subnetwork. That way such videos can really be much more valuable

anldursun
Автор

*can you show how to create a terraform service account? Specifically the policies/inbuilt roles to add to it?*

whoknows
Автор

both private & public subnets have the same block, wouldn't you need to delete the default route to internet gateway for the private subnet?

starizard
Автор

I didnt understood that how does a subnet becomes private ? which option are you enabling to make it private..?

yashhirulkar