Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 279 Bytes

File metadata and controls

9 lines (7 loc) · 279 Bytes

TF CICD assignment

In this assignment you will perform CICD of Terraform infra using github action.

  1. Write TF configuration for creating a VPC.
  2. Write GA workflow for its CICD.
  3. Add AWS S3/Terraform cloud remote backend.
  4. Add TF format step.
  5. Add TF validate step.