best-crayon-95782
08/12/2022, 5:31 AMcrooked-daybreak-55253
08/12/2022, 4:55 PMhigh-shoe-19425
08/13/2022, 6:57 AMdev-deploy
stage
The bottom half shows the same except we’ve updated the plan so now it is too expensive (the cost SLO was set for <700 && no more than 10% more expensive than a previous release
. The deployment is stopped).
🎉 You’ve prevented a very expensive release making it to production.flat-article-86750
08/14/2022, 9:18 PMflat-article-86750
08/14/2022, 9:23 PMINFRACOST_ENABLE_CLOUD=true infracost comment github --repo ${githubRepo} --path ${TF_PLAN_FILE} --pull-request ${pullRequestNumber}
That information should be enought to be posted in the infracost pull requests feature.flat-article-86750
08/14/2022, 9:27 PMflat-article-86750
08/14/2022, 11:06 PMbusy-agent-35515
08/15/2022, 4:37 PMpolite-engineer-31217
08/15/2022, 9:35 PMpolite-engineer-31217
08/15/2022, 9:45 PMError: Invalid API key
Please check your /home/runner/.config/infracost/credentials.yml file or INFRACOST_API_KEY environment variable.
I replace the API key, thinking I pasted a wrong key or added a whitespace but when I try to debug to see the key
k=$(infracost configure get api_key)
echo ${k: -2}
cat /home/runner/.config/infracost/credentials.yml
du
version: "0.1"
api_key: ***
and du are the correct 2 last chars of my key.
Any idea what could be wrong ?thousands-gigabyte-46068
08/17/2022, 9:51 AMfamous-city-17122
08/17/2022, 9:53 AMfamous-city-17122
08/18/2022, 6:48 AMdazzling-pharmacist-85427
08/18/2022, 7:24 PMdazzling-pharmacist-85427
08/18/2022, 7:34 PMbest-action-5428
08/20/2022, 8:34 PMnarrow-activity-20660
08/22/2022, 7:56 PMbest-action-5428
08/23/2022, 2:40 AMbest-crayon-95782
08/24/2022, 4:00 PMcuddly-park-25286
08/25/2022, 3:20 PMsilly-laptop-9121
08/26/2022, 8:19 AMsilly-laptop-9121
08/26/2022, 8:21 AMsilly-laptop-9121
08/26/2022, 11:42 AMflat-article-86750
08/26/2022, 6:29 PMwhite-airport-8778
glamorous-cat-93012
08/30/2022, 12:21 PMglamorous-cat-93012
08/30/2022, 12:35 PMcolossal-television-87079
08/30/2022, 2:55 PMmodule.developer_vms["eiq-dev-vm-developer-name-standard-1"].google_compute_instance.default[0]:
monthly_hrs: 258.0 # Monthly number of hours the instance ran for.
about 20 times over.
I tried using a wildcard to switch it to
module.developer_vms[*].google_compute_instance.default[0]:
monthly_hrs: 258.0 # Monthly number of hours the instance ran for.
but it failed to pick up the change and is ignoring the monthly_hrs settingnutritious-musician-34507
08/30/2022, 3:27 PM