Marcin Kielar
Marcin Kielar
Got hit by this issue today, while generating "seed" tables with DBT running in CloudBuild: ``` "Step #7 - "dbt-seed": ('Unable to acquire impersonated credentials', '{\n "error": {\n "code": 503,\n...
#64629 was closed as duplicate, so let me advertise my idea here. Perhaps, instead of adding new `IsA` function, it would be easier to add something that actually produces that...
Oooh, okay, now I get it. I'm new to go, and I didn't RTFM, so that's on me. I missed the fact that `error.As` actually sets the `target` to the...
Legacy. Hm. That's bad news, but let me explain the use case anyway. We're running multiple validations of Terraform code in our CICD Pipeline (terraform validate, tflint, tfsec). Some of...
https://github.com/hashicorp/terraform/pull/26087 looks very promising for this issue, assuming that it the `-chdir` option will also affect how the `auto.tfvars` files are loaded. If someone can confirm that `-chdir` will load...
@pahud, we're seeing the same issue when using terraform, AWS CLI and `boto3`. We also looked up things in CloudTrail, and we can see, that - when assigning users via...
@jmeisele, I don't think there's anything to do for Terraform or CDK to call that API. The API is deprecated, you cannot find any implementation of it in boto3 or...
I have found a working workaround - I condfigure `resource` processor with `extract` action, like this: ``` "resource": "attributes": - "action": "extract" "key": "aws.ecs.task.arn" "pattern": "^arn:aws:ecs:(?P.*):(?P.*):task/(?P.*)/(?P.*)$" ``` Then, I configure...
Bad, bad bot :P The issue is still relevant, and I'd still like to see that implemented. I believe having `aws.ecs.task.id` explicitly exported makes sense, and improves internal consistency of...