r33drichards

Results 9 comments of r33drichards

yea I wanted to make sure it worked on my project before it got merged

I got an error on one of my CI/CD pipelines for IAM stuff but I think that's an error on my end not here

The error I mentioned above with IAM was when trying to do shared cache based on runners-default. When I used this with runners-public it works fine. Still need to run...

in the section that's erroring there seems to be a lookup occuring that defaults to a string ``` locals { bucket_name = var.cache_bucket["create"] ? module.cache.bucket : lookup(var.cache_bucket, "bucket", "") bucket_policy...

I can confirm that omitting the `lookup` worked for me after ``` terraform apply -target module.cache terraform apply ``` using ``` data "aws_availability_zones" "available" { state = "available" } data...

``` rm: /etc/nix/nix.conf: No such file or directory robertwendt@Roberts-MacBook-Air darwin % sudo /etc/nix/nix.conf sudo: /etc/nix/nix.conf: command not found robertwendt@Roberts-MacBook-Air darwin % sudo rm /etc/nix/nix.conf rm: /etc/nix/nix.conf: No such file or...

https://github.com/tambet/go-asana/issues/5

found some other stuff while using this as a dependency, will tidy up these changes into a few prs

endpoints for tasks might be different too because on the link above its defined as `GET /tasks/{task_gid}/stories`