File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 9898 key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
9999 restore-keys : ${{ runner.os }}-go-
100100 - name : Run Docker containers
101- run : docker- compose up --detach
101+ run : docker compose up --detach
102102 env :
103103 OSS_IMAGE : " ${{ matrix.oss-image }}:${{ matrix.version }}"
104104 ES_COMMAND : " ${{matrix.ES_COMMAND}}"
Original file line number Diff line number Diff line change @@ -299,8 +299,8 @@ export ES_KIBANA_IMAGE=""
299299export OPENSEARCH_PREFIX=" plugins.security"
300300export OSS_ENV_VAR=" plugins.security.disabled=true"
301301export XPACK_IMAGE=" docker.elastic.co/elasticsearch/elasticsearch:7.10.1"
302- docker- compose up -d
303- docker- compose ps -a
302+ docker compose up -d
303+ docker compose ps -a
304304```
305305
306306When running tests, ensure that your test/debug profile has environmental variables as below:
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ resource "elasticsearch_index" "test" {
7575
7676``` sh
7777$ export ES_OSS_IMAGE=elasticsearch:7.9.2
78- $ docker- compose up -d elasticsearch
78+ $ docker compose up -d elasticsearch
7979Creating network " terraform-provider-elasticsearch_default" with the default driver
8080Creating terraform-provider-elasticsearch_elasticsearch_1 ... done
8181```
You can’t perform that action at this time.
0 commit comments