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