Skip to content

Commit

Permalink
[WORKFLOW] Auto updating RAD-Lab Modules README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
guptamukul-google committed Aug 30, 2024
1 parent aba3787 commit 283105a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/genomics_cromwell/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,16 +99,16 @@ _Usage:_
| *cromwell_db_name* | The name of the SQL Database instance | <code title="">string</code> | | <code title="">cromwelldb</code> |
| *cromwell_db_tier* | CloudSQL tier, please refere to the documentation at https://cloud.google.com/sql/docs/mysql/instance-settings#machine-type-2ndgen | <code title="">string</code> | | <code title="">db-n1-standard-2</code> |
| *cromwell_port* | Port Cromwell server will use for the REST API and web user interface | <code title="">string</code> | | <code title="">8000</code> |
| *cromwell_sa_roles* | List of roles granted to the cromwell service account. This server account will be used to run both the Cromwell server and workers as well | <code title="list&#40;any&#41;">list(any)</code> | | <code title="">["roles/lifesciences.workflowsRunner", "roles/serviceusage.serviceUsageConsumer", "roles/storage.objectAdmin", "roles/cloudsql.client", "roles/browser"]</code> |
| *cromwell_sa_roles* | List of roles granted to the cromwell service account. This server account will be used to run both the Cromwell server and workers as well | <code title="list&#40;any&#41;">list(any)</code> | | <code title="&#91;&#10;&#34;roles&#47;batch.agentReporter&#34;,&#10;&#34;roles&#47;batch.jobsEditor&#34;, &#10;&#34;roles&#47;batch.serviceAgent&#34;,&#10;&#34;roles&#47;cloudsql.client&#34;,&#10;&#34;roles&#47;logging.logWriter&#34;,&#10;&#34;roles&#47;logging.viewer&#34;, &#10;&#34;roles&#47;serviceusage.serviceUsageConsumer&#34;, &#10;&#34;roles&#47;storage.objectAdmin&#34;, &#10;&#34;roles&#47;browser&#34;&#93;">...</code> |
| *cromwell_server_instance_name* | Name of the VM instance that will be used to deploy Cromwell Server, this should be a valid Google Cloud instance name | <code title="">string</code> | | <code title="">cromwell-server</code> |
| *cromwell_server_instance_type* | Cromwell server instance type | <code title="">string</code> | | <code title="">e2-standard-4</code> |
| *cromwell_version* | Cromwell version that will be downloaded, for the latest release version, please check https://github.com/broadinstitute/cromwell/releases for the latest releases | <code title="">string</code> | | <code title="">86</code> |
| *cromwell_version* | Cromwell version that will be downloaded, for the latest release version, please check https://github.com/broadinstitute/cromwell/releases for the latest releases | <code title="">string</code> | | <code title="">87</code> |
| *cromwell_zones* | GCP Zones that will be set as the default runtime in Cromwell config file | <code title="list&#40;any&#41;">list(any)</code> | | <code title="">["us-central1-a"]</code> |
| *db_service_network_cidr_range* | CIDR range used for the private service range for CloudSQL | <code title="">string</code> | | <code title="">10.128.50.0/24</code> |
| *deployment_id* | Adds a suffix of 4 random characters to the `project_id` | <code title="">string</code> | | <code title="">null</code> |
| *enable_services* | Enable the necessary APIs on the project. When using an existing project, this can be set to false | <code title="">bool</code> | | <code title="">true</code> |
| *folder_id* | Folder ID where the project should be created. It can be skipped if already setting organization_id. Leave blank if the project should be created directly underneath the Organization node | <code title="">string</code> | | <code title=""></code> |
| *ip_cidr_range* | Unique IP CIDR Range for cromwell subnet | <code title="">string</code> | | <code title="">10.142.190.0/24</code> |
| *ip_cidr_range* | Unique IP CIDR Range for cromwell subnet | <code title="">string</code> | | <code title="">10.142.188.0/22</code> |
| *network_name* | This name will be used for VPC and subnets created | <code title="">string</code> | | <code title="">cromwell-vpc</code> |
| *organization_id* | Organization ID where GCP Resources need to get spin up. It can be skipped if already setting folder_id | <code title="">string</code> | | <code title=""></code> |
| *owner_groups* | List of groups that should be added as the owner of the created project | <code title="list&#40;string&#41;">list(string)</code> | | <code title="">[]</code> |
Expand Down

0 comments on commit 283105a

Please sign in to comment.