Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 739 Bytes

terraform-infracost-eks-prod.md

File metadata and controls

27 lines (21 loc) · 739 Bytes

Terraform Infra Costing Review

From buildspec-terraform-infracost-eks.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

Running Infra Costing from tfplan-eks-prod.json

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

04-terraform-infracost-eks-prod.png