Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 756 Bytes

terraform-infracost-core-prod.md

File metadata and controls

27 lines (21 loc) · 756 Bytes

Infra Laravel Deployment Costing Review

From buildspec-terraform-infracost-core.yml

Running Terraform Plan

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

Running Infra Costing from tfplan-core-prod.json

# ===================== #
#  Terraform Infracost  #
# ===================== #
# ~ Infracost
- infracost breakdown --path tfplan-core-prod.json

04-terraform-infracost-core-prod.png