File tree Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Original file line number Diff line number Diff line change @@ -25,17 +25,6 @@ export IAM_DESC="" ## e.g. terraform service account
25
25
26
26
### Setup ORG_ID Programmatically
27
27
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
-
39
28
Automated Setup (run the following command in terminal):
40
29
``` shell
41
30
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:]')"
46
35
47
36
### Setup BILLING_ID Programmatically
48
37
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
-
60
38
Automated Setup (run the following command in terminal):
61
39
``` shell
62
40
export BILLING_ID=" $( gcloud beta billing accounts list --format=json | jq ' .[0].name[16:]' ) "
You can’t perform that action at this time.
0 commit comments