Results 68 comments of aristosvo

This error also shows up in our environments but for different reasons, I'll check the details and see if this branch fixes it.

Hi @colincmac @waelkdouh! As a user and (potential) contributor it would make life a lot easier if we had something like this. I'm not sure whether it should be a...

Nice, simple and AAA, like it. Would you keep the pipelines out of scope? Seems a reasonable choice for now.

@bonclay7 did you already look at [Go SDK v2 for the Grafana Service](https://github.com/hashicorp/terraform-provider-aws/issues/36185)? FYI, I've picked that one up in https://github.com/hashicorp/terraform-provider-aws/pull/37831.

I'm inclined to close this issue, as the underlying solution is available. It would be nice though to have a notification of the provider being memory deprived instead of just...

Hi @BBBmau 👋 Can you point me a bit in which direction to look? I have a bit of experience contributing to the Terraform providers for AWS and Azure, a...

Hi @liath 👋, What I would do if I were you, is to create a new issue and write the exact use-case you are chasing that is supported by these...

â„šī¸ `block_duration_minutes` on `aws_spot_instance_request` seems also not longer supported ```sh ╷ │ Error: Unsupported argument │ │ on .terraform/modules/ec2_module.ec2/main.tf line 418, in resource "aws_spot_instance_request" "this": │ 418: block_duration_minutes = var.spot_block_duration_minutes...