Skip to content

Commit

Permalink
chore: rotate test API key and use sample txt (#586)
Browse files Browse the repository at this point in the history
  • Loading branch information
alikhajeh1 authored Nov 17, 2023
1 parent fd7a09f commit 90f12ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/integrations/infracost_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ values={[
terraform plan -out tfplan.binary
terraform show -json tfplan.binary > plan.json

curl -X POST -H "x-api-key: ico-8MuTCaA3tIDGWomw4BsNmbfTMaS6y955" -F "ci-platform=atlantis" \
curl -X POST -H "x-api-key: my-api-key" -F "ci-platform=atlantis" \
-F "[email protected]" \
https://pricing.api.infracost.io/breakdown
```
Expand Down

0 comments on commit 90f12ef

Please sign in to comment.