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 44
55defaults :
66 run :
7- working-directory : examples
7+ working-directory : examples/elasticsearch
88
99jobs :
1010 check :
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ module "functionbeat" {
6161
6262## Advanced example ##
6363
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.
6565
6666## Usage ##
6767
@@ -162,7 +162,7 @@ This module exposes:
162162In `` examples/ `` there is an advanced example.
163163Simply checkout the module source and
164164``` shell
165- cd examples/
165+ cd examples/elasticsearch
166166terrafrom init
167167terraform apply -auto-approve
168168```
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ resource "aws_security_group" "functionbeat_securitygroup" {
3838}
3939
4040module "functionbeat" {
41- source = " ../"
41+ source = " ../.. "
4242
4343 application_name = " crazy-test-module"
4444 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" {
3838}
3939
4040module "functionbeat" {
41- source = " ../"
41+ source = " ../.. "
4242
4343 application_name = " crazy-test-module"
4444 functionbeat_version = " 7.17.1"
@@ -53,8 +53,8 @@ module "functionbeat" {
5353 }
5454
5555 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
5858 }
5959 }
6060
You can’t perform that action at this time.
0 commit comments