Folders and files Name Name Last commit message
Last commit date
parent directory
View all files
Table of Contents
No modules.
Name
Description
Type
Default
Required
cloud_run_service_account_name
Name of the service account created for Cloud RUn app
string
n/a
yes
django_secret_key
Django app secret key
string
n/a
yes
django_settings_name
Django settings name
string
"django_settings"
no
gcp_service_list
The list of apis necessary for the project
list(string)
[ "secretmanager.googleapis.com", "cloudbuild.googleapis.com", "run.googleapis.com", "sqladmin.googleapis.com" ]
no
gcs_bucket_name
Name of existing Google Cloud Storage bucket
string
n/a
yes
project_id
Project id where app will be deployed
string
n/a
yes
region
Region of the components
string
"us-central1"
no
sql_database_instance_name
SQL database instance name
string
"database-instance"
no
sql_database_name
SQL database name
string
"database"
no
sql_password
SQL database password
string
n/a
yes
sql_user
SQL database username
string
n/a
yes
zone
Zone of the components
string
"us-central1-a"
no
You can’t perform that action at this time.