When using Google Deploy Manager:
gcloud deployment-manager deployments create my-environment --config my-environment.jinja
I get the following errors:
ErrorsValueListEntry INVALID_CONFIG
Invalid config files: Template fetching failed: Failed to find resource
Regardless of the content of my my-environment.jinja - even when copying the samples found in the documentation
Not sure what I'm doing wrong here?