Skip to content

Commit fff680c

Browse files
committed
improve documentation
1 parent fd82f4b commit fff680c

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

README.md

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,6 @@ export IAM_DESC="" ## e.g. terraform service account
2525

2626
### Setup ORG_ID Programmatically
2727

28-
Run the following command in terminal:
29-
```shell
30-
gcloud organizations list
31-
```
32-
33-
Your output should be similar to the one below:
34-
```
35-
DISPLAY_NAME ID DIRECTORY_CUSTOMER_ID
36-
mydomain.com 123456789012 a1b2c3d4e
37-
```
38-
3928
Automated Setup (run the following command in terminal):
4029
```shell
4130
export ORG_ID="$(gcloud organizations list --format=json | jq '.[0].name[14:]')"
@@ -46,17 +35,6 @@ export ORG_ID="$(gcloud organizations list --format=json | jq '.[0].name[14:]')"
4635

4736
### Setup BILLING_ID Programmatically
4837

49-
Run the following command in terminal:
50-
```shell
51-
gcloud beta billing accounts list
52-
```
53-
54-
Your output should be similar to the one below:
55-
```
56-
ACCOUNT_ID NAME OPEN MASTER_ACCOUNT_ID
57-
123456-ABCDEF-ZYXWVU My Billing Account True
58-
```
59-
6038
Automated Setup (run the following command in terminal):
6139
```shell
6240
export BILLING_ID="$(gcloud beta billing accounts list --format=json | jq '.[0].name[16:]')"

0 commit comments

Comments
 (0)