generated from cloud-native-toolkit/template-terraform-module
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmodule.yaml
65 lines (65 loc) · 1.56 KB
/
module.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
name: ibm-log-analysis-bind
alias: ibm-logdna-bind
#registryId: cloud-native-toolkit/log-analysis-bind/ibm
type: terraform
description: Module to bind the IBM Log Analysis instance to a cluster
tags:
- tools
- logging
- kubernetes
versions:
- platforms:
- kubernetes
- ocp3
- ocp4
dependencies:
- id: cluster
interface: github.com/cloud-native-toolkit/automation-modules#cluster
refs: []
- id: resource_group
refs:
- source: github.com/cloud-native-toolkit/terraform-ibm-resource-group
version: ">= 2.1.0"
- id: logdna
refs:
- source: github.com/cloud-native-toolkit/terraform-ibm-log-analysis
version: ">= 3.0.0"
- id: sysdig_bind
refs:
- source: github.com/cloud-native-toolkit/terraform-ibm-cloud-monitoring-bind
version: ">= 1.0.0"
optional: true
variables:
- name: cluster_id
moduleRef:
id: cluster
output: id
optional: true
- name: cluster_name
moduleRef:
id: cluster
output: name
optional: true
- name: resource_group_name
moduleRef:
id: resource_group
output: name
- name: sync
moduleRef:
id: sysdig_bind
output: sync
optional: true
- name: logdna_id
moduleRef:
id: logdna
output: guid
- name: logdna_crn
moduleRef:
id: logdna
output: id
- name : region
scope: global
- name : private_endpoint
scope: global
- name: ibmcloud_api_key
scope: global