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 dd1d51d commit 8e73c66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildspec-infracost.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ 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
- "curl -fsSL https://raw.githubusercontent.com/infracost/infracost/master/scripts/install.sh | sh"
- "curl -fsSL https://raw.githubusercontent.com/infracost/infracost/master/scripts/install.sh | bash"

build:
commands:
Expand Down

0 comments on commit 8e73c66

Please sign in to comment.