diff --git a/docs/integrations/infracost_api.md b/docs/integrations/infracost_api.md index 906b2272..80be49d6 100644 --- a/docs/integrations/infracost_api.md +++ b/docs/integrations/infracost_api.md @@ -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 "path=@plan.json" \ https://pricing.api.infracost.io/breakdown ```