Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 541 Bytes

terraform-plan-eks-prod.md

File metadata and controls

21 lines (16 loc) · 541 Bytes

From buildspec-terraform-eks-plan.yml

Running Terraform Plan

# ========================= #
#  Terraform Plan (Review)  #
# ========================= #
- terraform init
- terraform workspace select ${WORKSPACE_ENV} || terraform workspace new ${WORKSPACE_ENV}
- terraform plan --out tfplan-eks-prod.binary
- terraform show -json tfplan-eks-prod.binary > tfplan-eks-prod.json

00-terraform-plan-eks-prod-p1.png

Results

--- PUT JSON OUTPUT HERE ---