forked from cloud-native-toolkit/software-everywhere
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproviders.yaml
41 lines (41 loc) · 951 Bytes
/
providers.yaml
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
providers:
- name: azurerm
source: "hashicorp/azurerm"
variables:
- name: subscription_id
scope: global
- name: client_id
scope: global
- name: client_secret
scope: global
- name: tenant_id
scope: global
- name: aws
source: "hashicorp/aws"
variables:
- name: region
scope: global
- name: access_key
scope: global
- name: secret_key
scope: global
- name: ibm
source: ibm-cloud/ibm
variables:
- name: ibmcloud_api_key
scope: global
- name: region
scope: global
- name: gitops
source: cloud-native-toolkit/gitops
dependencies:
- id: clis
refs:
- source: github.com/cloud-native-toolkit/terraform-util-clis.git
variables:
- name: bin_dir
moduleRef:
id: clis
output: bin_dir
- name: clis
source: cloud-native-toolkit/clis