Alistair Scott

Results 112 comments of Alistair Scott

> I would be totally fine if infracost would outline the current/daily spot price per hour and gives a projection for the monthly cost under the assumption that the spot...

Thanks @schroedjan 🙏 If you have an example project that would be super helpful to track down this issue.

Thanks @schroedjan let us know if you're able to find a way to reproduce this.

@alikhajeh1 I think for 'Proposed solutions' number 2 here we discussed wanting to look at https://github.com/actions/cache instead so it caches across runs.

I'm testing adding an example for GitHub Actions that caches the baseline result and remote modules. I'm hoping this will speed things up a fair amount for people. It would...

Something like this https://github.com/contentful-labs/terraform-diff might help us detect which code we need to evaluate.

Hi @ravithinknyx, is there a Terraform provider for this? We're not focussing on adding new cloud providers at the moment, but in the future we want to work out how...

Assigning to myself so I can check the current status of this.

@cjdalan closing this for just now. Please reopen if you have a further opportunity to work on it 🙏.

I just hit a case where the code had: ```hcl locals { selected_availability_zones = slice(sort(data.aws_availability_zones.available.names), 0, 2) } data "aws_availability_zones" "available" {} ``` For this, we actually know the length...