Alistair Scott

Results 112 comments of Alistair Scott

I can see this being useful for third-party or shared Terraform modules, but one thing I wonder is how we handle the input variables. For most Terraform modules I've used...

Thanks for reporting @armenr 🙏. Are you able to provide any relevant debug logs to help us track this issue down? You can generate these by running with `--log-level=debug`. In...

@armenr, @MHarutunian thank you 🙏 . I was able to reproduce this with v0.10.8 but can no longer reproduce it with [v0.10.13](https://github.com/infracost/infracost/releases/tag/v0.10.13). Can you confirm if this is still an...

@oneslash thanks! Here's some quick thought on how we could support this resource: [This file](https://github.com/infracost/infracost/blob/master/internal/providers/terraform/aws/instance.go) pulls out the Terraform attributes and constructs an `aws.Instance`. You could handle the `aws_spot_instance_request` in...

@joanayma thanks! We have a [usage file](https://www.infracost.io/docs/features/usage_based_resources/#infracost-usage-file) that can be used to specify usage-based properties for a resource, so perhaps we could utilize that when adding support for this? How...

Yeah adding it as a new resource, and moving it out of the free resources makes sense. For the EC2 option would we need some way of working out the...

@joanayma I was looking at prioritizing this and wondered if you had any thoughts on my question above?

Thanks! Yeah I think total running hours makes a lot sense.

@yuliyantsvetkov thanks for the code sample. I've been looking into this but so far I'm having trouble reproducing it. When I use your Terraform block I get the following output:...