Skip to content

Commit

Permalink
buildspec-infracost.yml fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andreivmaksimov committed Oct 22, 2021
1 parent 8e73c66 commit f3f402c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions buildspec-infracost.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ phases:
- cd /usr/bin
- "curl -s -qL -o terraform.zip https://releases.hashicorp.com/terraform/${TF_VERSION}/terraform_${TF_VERSION}_linux_amd64.zip"
- unzip -o terraform.zip
- apt-get update
- apt-get -y install sudo
- "curl -fsSL https://raw.githubusercontent.com/infracost/infracost/master/scripts/install.sh | bash"

build:
Expand Down

0 comments on commit f3f402c

Please sign in to comment.