File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ commands:
61
61
- run :
62
62
name : Create Infrastructure
63
63
command : |
64
- tfenv use 1.1.4
64
+ tfenv use 1.9.6
65
65
make integration-tests-init TF_VAR_envid="tf_test_${CIRCLE_JOB}_${CIRCLE_SHA1}"
66
66
- run :
67
67
name : Health Checks
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ FROM alpine:3.17
4
4
# Some of the playbooks run on multiple hosts: local + remote.
5
5
# If it's set in the inventory it will not work when a specific inventory is used.
6
6
# OpenSSL required for a packer workaround: https://github.com/hashicorp/packer/issues/2526
7
- RUN apk add --no-cache bash curl unzip make python3 py3-pip py-cryptography openssh-client openssl sshpass jq bc git
7
+ RUN apk add --no-cache bash curl unzip make python3 py3-pip py-cryptography openssh-client openssl sshpass jq yq bc git
8
8
9
9
ENV PACKER_VERSION=1.11.1
10
10
RUN curl -sSO https://releases.hashicorp.com/packer/${PACKER_VERSION}/packer_${PACKER_VERSION}_linux_amd64.zip \
Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ dump() {
152
152
dump_yml_value () {
153
153
local config_path=${1:? }
154
154
155
- yq r " ${config_path} / ${YAML_FILE :? }" " ${YAML_PATH :? } "
155
+ yq " ${YAML_PATH :? } " " ${config_path} / ${YAML_FILE :? }"
156
156
}
157
157
158
158
dump_yml () {
@@ -190,8 +190,8 @@ update() {
190
190
update_yml_value () {
191
191
local config_path=${1:? }
192
192
193
- yq r " ${config_path} / ${YAML_FILE :? }" " ${YAML_PATH :? } " " ${YAML_VALUE :? }"
194
- yq w -i " ${config_path} / ${YAML_FILE :? }" " ${YAML_PATH :? }" " ${YAML_VALUE :? } "
193
+ yq " ${YAML_PATH :? } " " ${config_path} / ${YAML_FILE :? }"
194
+ yq -i " ${YAML_PATH :? } " ' = " ' " ${YAML_VALUE :? }" ' " ' " ${config_path} / ${YAML_FILE :? }"
195
195
}
196
196
197
197
update_yml () {
Original file line number Diff line number Diff line change 1
- 1.1.4
1
+ 1.9.6
Original file line number Diff line number Diff line change 1
1
terraform {
2
- required_version = " 1.1.4 "
2
+ required_version = " 1.9.6 "
3
3
required_providers {
4
4
aws = {
5
5
version = " 5.12.0"
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ provider "aws" {
20
20
}
21
21
22
22
module "test-aenode-2204" {
23
- source = " github.com/aeternity/terraform-aws-aenode-deploy?ref=v3.1 .0"
23
+ source = " github.com/aeternity/terraform-aws-aenode-deploy?ref=v4.0 .0"
24
24
env = var. env_name
25
25
26
26
static_nodes = 1
@@ -53,7 +53,7 @@ module "test-aenode-2204" {
53
53
}
54
54
55
55
module "test-aemdw-2204" {
56
- source = " github.com/aeternity/terraform-aws-aenode-deploy?ref=v3.1 .0"
56
+ source = " github.com/aeternity/terraform-aws-aenode-deploy?ref=v4.0 .0"
57
57
env = var. env_name
58
58
59
59
static_nodes = 1
You can’t perform that action at this time.
0 commit comments