Orion Delwaterman

Results 18 comments of Orion Delwaterman

@agibralter is the idea to move configuration completely out of YAML?

Ran into this issue. Can we at least update the documentation for this?

If I may, I lost 1 hour of development tracking down this issue, which doesn't feel like a lot, but forcing a user to dig through source code to understand...

Bump on this issue. I can't just delete the `~/.docker/config.json` since I am using a combination of GCR and ECR and this will run on developer machines

This is also a problem when you use source blocks: ```terraform data "http" "this" { # ... } data "archive_file" "this" { type = "zip" output_path = "${path.root}/zipfiles" source {...