solutions_builder/modules/cicd_github/copier.yaml (6 lines of code) (raw):
# questions
project_id:
type: str
help: What is your Google Cloud project ID?
project_number:
type: str
help: What is your Google Cloud project number? (Leave it as empty if the project hasn't created yet.)
default: "{{project_id | get_project_number}}"
region:
type: str
help: Which Google Cloud region?
default: us-central1
deploy_method:
type: str
help: Default deploy method? (cloudrun or gke)
choices:
Cloud Run: cloudrun
GKE: gke
default: cloudrun
_templates_suffix: ""
_exclude:
- "copier.yaml"
- ".terraform*"
- ".tmp"
- ".venv"
- ".pytest_cache"
- "__pycache__"
- "*-debug.log"
_jinja_extensions:
- jinja2_time.TimeExtension
- copier_templates_extensions.TemplateExtensionLoader