Skip to content

pkolbasin/terraform-terraform_hw_2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terraform HW 2

As usual - create your own TF repo.

In this HW you need to implement Terraform module, that should deploy GCE instance and several related resources.

In addition to that you need to call that module in root TF module, and pass some outputs, like subnet self link, from VPC module to your GCE instance module

GCE instance module should create next resources

Then connect two modules together in root TF module to create VPC with nat and GCE instance in that VPC and subnet

main.tf

  • module VPC
  • module GCE instance

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • HCL 100.0%