-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcompute-envs.yml
23 lines (23 loc) · 1.66 KB
/
compute-envs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
## To see the full list of options available run: "tw compute-envs add"
## The options required to create compute environments can be specified:
## 1. Explicitly in this file
## 2. Via a JSON file exported from Tower with the "tw compute-envs export" command
compute-envs:
- name: 'my_aws_compute_environment' # required
workspace: 'my_organization/my_workspace' # required
credentials: 'my_aws_credentials' # required
wait: 'AVAILABLE' # optional
file-path: './compute-envs/my_aws_compute_environment.json' # required
overwrite: True # optional
- name: 'my_azure_compute_environment' # required
workspace: 'my_organization/my_workspace' # required
credentials: 'my_azure_credentials' # required
wait: 'AVAILABLE' # optional
file-path: './compute-envs/my_azure_compute_environment.json' # required
overwrite: True # optional
- name: 'my_google_compute_environment' # required
workspace: 'my_organization/my_workspace' # required
credentials: 'my_google_credentials' # required
wait: 'AVAILABLE' # optional
file-path: './compute-envs/my_google_compute_environment.json' # required
overwrite: True # optional