-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: linting and prepare for submission video (#3071)
- Loading branch information
Fran McDade
authored and
Fran McDade
committed
Aug 5, 2024
1 parent
d856eb8
commit 6cce528
Showing
6 changed files
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,19 +31,19 @@ Before setting up billing, it is important to have a working knowledge of cloud | |
|
||
**Linking GCP and Terra** - To enable GCP spend in Terra, you must add Terra’s Google ID <nobr>_[email protected]_</nobr> as a "_Billing Account User_" to a GCP Billing Account. | ||
|
||
**Terra Billing Projects** - Terra Billing Projects are Terra-level resources used to link user activity in Terra to a Google Billing Account. Once a GCP Billing Account is linked to Terra, if you created the billing account or have been added to the project as a _Billing Account User_, you will be able to create Terra Billing Projects and link them to the Google Billing Account. If you created the Terra Billing Project, you are its “_Owner_” and you will be able to add other Terra users as _Members_ or _Owners_. | ||
**Terra Billing Projects** - Terra Billing Projects are Terra-level resources used to link user activity in Terra to a Google Billing Account. Once a GCP Billing Account is linked to Terra, if you created the billing account or have been added to the project as a _Billing Account User_, you will be able to create Terra Billing Projects and link them to the Google Billing Account. If you created the Terra Billing Project, you are its "_Owner_" and you will be able to add other Terra users as _Members_ or _Owners_. | ||
|
||
<Alert severity="warning"> | ||
During the creation of a Terra Billing Project, Terra creates a “twin” Google | ||
During the creation of a Terra Billing Project, Terra creates a "twin" Google | ||
Billing Project in the Google Cloud Billing console with the same name as the | ||
Terra Billing Project. This “twin” Google Billing Project is then linked to | ||
Terra Billing Project. This "twin" Google Billing Project is then linked to | ||
the specified Google Billing Account. You use this twin GCP Billing Project to | ||
set up budgets and alerts in GCP. | ||
</Alert> | ||
|
||
**Creating Terra Workspaces** - To create or clone workspaces or download data from workspaces with requester pays buckets, a user must be a _Member_ of a Terra Billing Project. If you create or clone a workspace, you will be the new workspaces _Owner_ and with _can-execute_ and _can-share_ privileges. | ||
|
||
**Using Terra Workspaces** - Anyone who has “Writer,” “can-execute” privileges on the workspace can incur spend on behalf of the workspace’s Terra Billing Project. Users can incur spend even if they are not a member of the Terra Billing Project or affiliated with the Google Cloud Billing Account. | ||
**Using Terra Workspaces** - Anyone who has "Writer," "can-execute" privileges on the workspace can incur spend on behalf of the workspace’s Terra Billing Project. Users can incur spend even if they are not a member of the Terra Billing Project or affiliated with the Google Cloud Billing Account. | ||
|
||
**GCP Billing Account Budget** - You can create multiple budgets for each Google Billing Account. Each budget can specify a project, budget amount, and alerts. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -171,8 +171,8 @@ To create and launch workspaces and consume Google Cloud resources, Terra needs | |
|
||
1. Sign in to the Manage billing accounts page in the Google Cloud Console. | ||
<CallToActionButton callToAction={{ label: "Sign in to GCP Manage Billing Accounts", url: "https://console.cloud.google.com/billing" }} /> | ||
2. Select your lab from the “Select an organization” dropdown. | ||
3. On the right-hand side of the page, select **“ADD MEMBER”** | ||
2. Select your lab from the "Select an organization" dropdown. | ||
3. On the right-hand side of the page, select "**ADD MEMBER**" | ||
4. On the following screen: | ||
5. Add _[email protected]_ in the "**New members**" form field. | ||
6. Under "**Select a Role**" select "**Billing**" and then "**Billing Account User**" | ||
|
@@ -216,8 +216,8 @@ Name the Terra Billing Project so that you can identify the Data Analyst by the | |
|
||
1. Log into Terra manage billing page. | ||
<CallToActionButton callToAction={{ label: "Sign in to Terra Manage Billing", url: "https://anvil.terra.bio/#billing" }} /> | ||
2. If prompted, select **“Sign in with Google”**. | ||
3. Select **“CREATE”** in the top left. | ||
2. If prompted, select "**Sign in with Google**". | ||
3. Select "**CREATE**" in the top left. | ||
4. Enter a unique name for the Terra Billing Project that will help you identify the Data Analyst. | ||
5. Select a Google Billing Account to link to the Terra Billing Project. | ||
6. Select "**CREATE BILLING PROJECT**". | ||
|
@@ -272,7 +272,7 @@ _Lab Manager_ | |
|
||
1. Log in to the Terra workspaces screen. | ||
<CallToActionButton callToAction={{ label: "Sign in to Terra Workspaces", url: "https://anvil.terra.bio/#workspaces" }} /> | ||
2. If prompted, select **“Sign in with Google”**. | ||
2. If prompted, select "**Sign in with Google**". | ||
3. Decide if you will create or clone a workspace: | ||
4. To create a new workspace, select the "+" button on the top left of the workspaces screen. | ||
5. To clone a workspace, find the workspace in your workspaces list, select the "three dots" icon on the right, and select "**Clone**". | ||
|