-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenvvars.yml
59 lines (53 loc) · 1.19 KB
/
envvars.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
envvars:
- name: AWS_ACCESS_KEY_ID
desc: AWS Authentication Access Key ID
optional: true
tags:
- aws
- name: AWS_SECRET_ACCESS_KEY
desc: AWS Authentication Secret Access Key
optional: true
tags:
- aws
- name: AWS_SESSION_TOKEN
desc: AWS Authentication Session Token
optional: true
tags:
- aws
- name: AWS_PROFILE
desc: AWS profile to use for assuming role
optional: true
tags:
- aws
- name: SUBFOLDER
desc: SUBFOLDER to switch to
tags:
- aws
- name: AWS_ROLE_NAME
desc: Role name to assume
tags:
- profile
- name: AWS_ACCOUNT_ID
desc: Account ID of the role to assume
tags:
- profile
- name: AWS_PROFILE_NAME
desc: Full name of the AWS profile to set up
tags:
- profile
- name: AWS_DEFAULT_REGION
desc: AWS Region
optional: true
tags:
- aws
- name: TERRAFORM_WORKSPACE
desc: Terraform Workspace that will be deployed to
tags:
- terraform
tags:
- name: aws
desc: AWS authentication envvars
- name: profile
desc: 'Configure ~/.aws/config with a profile'
- name: terraform
desc: Required to run Terraform commands