Paul Johnson

Results 3 comments of Paul Johnson

I'm using fnm and seeing this error with devspace v5.18 and node v16.13.1. Has anyone gotten this combination working? I've found nvm doesn't play nicely with things like vscode. Edit:...

Added a PR for the documentation - https://github.com/telepresenceio/telepresence.io/compare/master...pj:telepresence.io:patch-1. Not sure about the writing though.

Workaround is to set the project on the provider and remove the `project` field on the google_iap_brand resource: ```tf provider "google" { project = "test-iap-issues-for-terraform" } resource "google_iap_brand" "lazy_test_brand" {...