File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 4
4
5
5
defaults :
6
6
run :
7
- working-directory : examples
7
+ working-directory : examples/elasticsearch
8
8
9
9
jobs :
10
10
check :
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ module "functionbeat" {
61
61
62
62
## Advanced example ##
63
63
64
- Head over to ` example/elasticsearch.tf ` to get an more advanced example.
64
+ Head over to ` example/elasticsearch/elasticsearch.tf ` or ` example/logstash/logstash .tf` to get an more advanced example.
65
65
66
66
## Usage ##
67
67
@@ -162,7 +162,7 @@ This module exposes:
162
162
In `` examples/ `` there is an advanced example.
163
163
Simply checkout the module source and
164
164
``` shell
165
- cd examples/
165
+ cd examples/elasticsearch
166
166
terrafrom init
167
167
terraform apply -auto-approve
168
168
```
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ resource "aws_security_group" "functionbeat_securitygroup" {
38
38
}
39
39
40
40
module "functionbeat" {
41
- source = " ../"
41
+ source = " ../.. "
42
42
43
43
application_name = " crazy-test-module"
44
44
functionbeat_version = " 7.17.1"
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ resource "aws_security_group" "functionbeat_securitygroup" {
38
38
}
39
39
40
40
module "functionbeat" {
41
- source = " ../"
41
+ source = " ../.. "
42
42
43
43
application_name = " crazy-test-module"
44
44
functionbeat_version = " 7.17.1"
@@ -53,8 +53,8 @@ module "functionbeat" {
53
53
}
54
54
55
55
output_logstash = {
56
- hosts = [" 10.0.0.1:5044" , " 10.0.0.2:5044" ]
57
- ssl.enabled = false
56
+ hosts = [" 10.0.0.1:5044" , " 10.0.0.2:5044" ]
57
+ " ssl.enabled" = false
58
58
}
59
59
}
60
60
You can’t perform that action at this time.
0 commit comments