File tree Expand file tree Collapse file tree 4 files changed +7
-1
lines changed Expand file tree Collapse file tree 4 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ locals {
2424 otconfig_file_path = " ./otconfig.yml"
2525 docker_compose_path = " ./docker_compose.yml"
2626
27- mock_endpoint = " mocked-server/put-data "
27+ mock_endpoint = var . mock_endpoint
2828 sample_app_listen_address = " ${ module . common . sample_app_listen_address_ip } :${ module . common . sample_app_listen_address_port } "
2929}
3030
Original file line number Diff line number Diff line change @@ -17,5 +17,9 @@ variable "collector_repo_path" {
1717 default = " ../../../aws-otel-collector"
1818}
1919
20+ variable "mock_endpoint" {
21+ default = " mocked-server/put-data"
22+ }
23+
2024
2125
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ services:
55 context: ../../mocked_servers/${ mocked_server}
66 ports:
77 - 80:8080
8+ - 55670:55670
89
910 aws-ot-collector:
1011 build:
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ services:
55 context: ../../mocked_servers/${ mocked_server}
66 ports:
77 - 80:8080
8+ - 55670:55670
89
910 aws-ot-collector:
1011 build:
You can’t perform that action at this time.
0 commit comments