File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -15,3 +15,4 @@ FLEET_CONTAINER_NAME=terraform-elasticstack-fleet
1515ACCEPTANCE_TESTS_CONTAINER_NAME = terraform-elasticstack-acceptance-tests
1616TOKEN_ACCEPTANCE_TESTS_CONTAINER_NAME = terraform-elasticstack-token-acceptance-tests
1717GOVERSION = 1.25.1
18+ TF_ELASTICSTACK_INCLUDE_EXPERIMENTAL = true
Original file line number Diff line number Diff line change 5555 ELASTIC_PASSWORD : password
5656 KIBANA_SYSTEM_USERNAME : kibana_system
5757 KIBANA_SYSTEM_PASSWORD : password
58+ TF_ELASTICSTACK_INCLUDE_EXPERIMENTAL : true
5859 services :
5960 elasticsearch :
6061 image : docker.elastic.co/elasticsearch/elasticsearch:${{ matrix.version }}
Original file line number Diff line number Diff line change @@ -134,7 +134,8 @@ services:
134134 ELASTICSEARCH_USERNAME : elastic
135135 ELASTICSEARCH_PASSWORD : ${ELASTICSEARCH_PASSWORD}
136136 TF_LOG : ${TF_LOG:-info}
137- command : make testacc TESTARGS=${TESTARGS:-}
137+ TF_ELASTICSTACK_INCLUDE_EXPERIMENTAL : " true"
138+ command : make testacc TESTARGS='${TESTARGS:-}'
138139
139140 token-acceptance-tests :
140141 profiles : ["token-acceptance-tests"]
You can’t perform that action at this time.
0 commit comments