File tree Expand file tree Collapse file tree 3 files changed +53
-11
lines changed Expand file tree Collapse file tree 3 files changed +53
-11
lines changed Original file line number Diff line number Diff line change 1+ ## Providers
2+
3+ The following providers are used by this module:
4+
5+ - aws
6+
17## Required Inputs
28
39The following input variables are required:
@@ -18,6 +24,14 @@ Type: `string`
1824
1925The following input variables are optional (have default values):
2026
27+ ### cluster\_ name
28+
29+ Description: Name of the EMR cluster that the module creates
30+
31+ Type: ` string `
32+
33+ Default: ` "segment-data-lake" `
34+
2135### master\_ security\_ group
2236
2337Description: Identifier of the Amazon EC2 EMR-Managed security group for the master node.
@@ -40,12 +54,9 @@ Description: A map of tags to add to all resources. A vendor=segment tag will be
4054
4155Type: ` map `
4256
43- Default: ` <map> `
57+ Default: ` {} `
4458
45- ### cluster\_ name
46-
47- Description: Name of the EMR cluster that is created.
59+ ## Outputs
4860
49- Type: ` string `
61+ No output.
5062
51- Default: ` "segment-data-lake" `
Original file line number Diff line number Diff line change 1+ ## Providers
2+
3+ The following providers are used by this module:
4+
5+ - aws
6+
17## Required Inputs
28
39The following input variables are required:
@@ -20,3 +26,11 @@ Type: `string`
2026
2127Default: ` "Segment Data Lake" `
2228
29+ ## Outputs
30+
31+ The following outputs are exported:
32+
33+ ### database\_ name
34+
35+ Description: n/a
36+
Original file line number Diff line number Diff line change 1+ ## Providers
2+
3+ The following providers are used by this module:
4+
5+ - aws
6+
17## Required Inputs
28
39The following input variables are required:
@@ -34,19 +40,30 @@ Type: `string`
3440
3541Default: ` "segment-data-lake-role" `
3642
37- ### segment\_ aws\_ account
43+ ### segment\_ aws\_ accounts
3844
39- Description: ARN of the AWS account used by Segment to connect to your Data Lake.
45+ Description: ARN of the AWS accounts used by Segment to connect to your Data Lake.
4046
41- Type: ` string `
47+ Type: ` list `
48+
49+ Default:
4250
43- Default: ` "arn:aws:iam::798609480926:root" `
51+ ``` json
52+ [
53+ " arn:aws:iam::798609480926:root" ,
54+ " arn:aws:iam::294048959147:root"
55+ ]
56+ ```
4457
4558### tags
4659
4760Description: A map of tags to add to all resources. A vendor=segment tag will be added automatically.
4861
4962Type: ` map `
5063
51- Default: ` <map> `
64+ Default: ` {} `
65+
66+ ## Outputs
67+
68+ No output.
5269
You can’t perform that action at this time.
0 commit comments