| :lock: `INFRACOST_API_KEY`| the infracost API key | **required** |
To use infracost, an api key is needed.
To obtain it run :
```bash
docker run -it--name infracost infracost/infracost register
Please enter your name and email address to get an API key.
See our FAQ (https://www.infracost.io/docs/faq)for more details.
Name: Your Name
✔ Email: you_email@domain█
Thank you !
Your API key is: api_key
```
Save the API key as :lock: `INFRACOST_API_KEY` GitLab secret variable.
Set `INFRACOST_CURRENCY` variable to set currency [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217#Active_codes) prices should be converted to. Defaults to USD.