Assigned
Status Update
Comments
ba...@google.com <ba...@google.com>
sa...@google.com <sa...@google.com> #2
Hello,
Thank you for reaching out to us with your request.
We have duly noted your feedback and will thoroughly validate it. While we cannot provide an estimated time of implementation or guarantee the fulfillment of the issue, please be assured that your input is highly valued. Your feedback enables us to enhance our products and services.
We appreciate your continued trust and support in improving our Google Cloud Platform products. In case you want to report a new issue, Please do not hesitate to create a new issue on the
Once again, we sincerely appreciate your valuable feedback; Thank you for your understanding and collaboration.
Description
This will create a public issue which anybody can view and comment on.
Please provide as much information as possible. At least, this should include a description of your issue and steps to reproduce the problem. If possible please provide a summary of what steps or workarounds you have already tried, and any docs or articles you found (un)helpful.
Problem you have encountered:
I am trying to build the Terraform cloud builder , but I get the following error:
What you expected to happen:
Cloud Build should clone the repo and then look for the
cloudbuild.yaml
file in the specified--git-source-dir
Steps to reproduce:
Even if I specify
--config=terraform/cloudbuild.yaml
, it gives me the same error.Other information (workarounds you have tried, documentation consulted, etc):
It works if I clone the repo and then do documentation (example #4) it seems like it should work without first cloning the repo if I specify
gcloud builds submit .
, but from the--git-source-dir
.