Aamir-Meman / Learning-Terraform-LW

From Linux World by Vimal sir

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Learning-Terraform-LW

Day 7

  • length function
  • element function
  • count Meta-Argument
  • Task
    • Create network/vpc/office

      1. VPC
      • Name
      • CIDR network range :- 10.0.0.0/16
      1. Internet Gateway
      • Name
      1. Attach IGW and VPC :- Step a. and Step b.
      1. Subnet/labs :- 2
      • count = 2
      • Name: unique name : loop concept
      1. Routing table
      • Internet : 0.0.0.0/0 go to igw : step b
      1. Attach the RT step e to Subnet step d

Day 8

Day 9

Day 10

  • $ terraform state pull

Day 11

This concludes training so total classes are 11.

About

From Linux World by Vimal sir


Languages

Language:HCL 100.0%