Is your feature request related to a problem?
I would like to use the setup-cicd command, but my GCP project uses a dedicated terraform repo where I manage my infrastructure.
What solution would you like?
I propose adding a skip-terraform argument to setup-cicd with a default value of False to allow users like myself to skip the portions of the setup-cicd command related to setting up the Infrastructure. This will cause minimal impact to other users while allowing users with dedicated Terraform repos to continue using the command.
Is your feature request related to a problem?
I would like to use the
setup-cicdcommand, but my GCP project uses a dedicated terraform repo where I manage my infrastructure.What solution would you like?
I propose adding a
skip-terraformargument tosetup-cicdwith a default value ofFalseto allow users like myself to skip the portions of thesetup-cicdcommand related to setting up the Infrastructure. This will cause minimal impact to other users while allowing users with dedicated Terraform repos to continue using the command.