powerful-kangaroo-4585
09/11/2023, 2:49 PMversion: "0.1"
currency: "GBP"
white-airport-8778
INFRACOST_CURRENCY
env var set either so the config file is used:
$ infracost configure set currency GBP
$ cat ~/.config/infracost/configuration.yml
version: "0.1"
currency: GBP
powerful-kangaroo-4585
09/18/2023, 10:21 AMwhite-airport-8778
INFRACOST_CURRENCY
env var. For GitHub App, you should set the same env var during the Org Settings > Integrations > GitHub App wizard. Did you try any of those options?powerful-kangaroo-4585
09/18/2023, 11:15 AMlittle-author-61621
powerful-kangaroo-4585
09/18/2023, 2:26 PMresource "azurerm_service_plan" "appserviceplan" {
name = "asp"
resource_group_name = azurerm_resource_group.my_web_app_rg.name
location = azurerm_resource_group.my_web_app_rg.location
os_type = "Windows"
sku_name = "S1"
}
little-author-61621
INFRACOST_CURRENCY
, GBP
powerful-kangaroo-4585
09/19/2023, 10:18 AMlittle-author-61621
INFRACOST_CURRENCY,
instead of INFRACOST_CURRENCY
. I’ve updated that for you now - can you have a look and see if it’s working for you?powerful-kangaroo-4585
09/22/2023, 1:37 PMlittle-author-61621