Alistair Scott
Alistair Scott
Thanks @torqu3e 🙏. It looks like this only updates the `Dockerfile.ci` (`infracost:ci-*`) images. I think we would want this to work on both the `Dockerfile` and the `Dockerfile.ci` images. Any...
@torqu3e the `Dockerfile` build is here: https://github.com/infracost/infracost/blob/acfffacdb4d4d26bcc54f3c58e07c97f0a64dae2/.github/workflows/create-release.yml#L55. I'll see if I can run this in a test environment to see how much time it adds, but not sure how easy...
@ps23 please can you provide some reproducible Terraform code for this issue along with the expected results?
Thanks @la-kurt. For this case we'd need to see the following additional code to be able to debug the cause: 1. The block of code where the `aws_ecs_service.main` resource is...
Thanks @la-kurt. I've not yet been able to reproduce it. Are you able to provide the code for the `var.servers` in the `ecs_taskdef_config_gen` module. Also can I confirm what version...
Thanks @la-kurt. From what I can tell so far is Infracost is unable to tell that the `aws_ecs_service.main` resource is `FARGATE` as opposed to `EC2`. Infracost does this by checking...
Thanks @la-kurt. I've managed to reproduce this. There seems to be two issues. I'm resolving one as part of https://github.com/infracost/infracost/pull/2606. The other will probably be a bit more complicated to...
@hilariocoelho, thanks for opening this 🙏 . Agree we should do this. I think the dependencies should now all work with arm 64, so should hopefully be okay if someone...
@torqu3e thanks! I've tried out some other runners in the past but would prefer not to use them, but agree that the GitHub ones are slow for cross compilation. Using...
@tucared thanks for reporting this. This looks like a bug to me. I would expect it to show the following: ``` Name Monthly Qty Unit Monthly Cost google_storage_bucket.this ├─ Storage...