Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 670 Bytes

terraform-plan-jumphost-prod.md

File metadata and controls

22 lines (17 loc) · 670 Bytes

From buildspec-terraform-jumphost-plan.yml

Running Terraform Plan

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

00-terraform-plan-jumphost-prod-p1.png 00-terraform-plan-jumphost-prod-p2.png

Results

--- PUT JSON OUTPUT HERE ---