Skip to content

Commit c4b5605

Browse files
Support creating multiple affinity groups with exoscale (#105)
1 parent 02f1fc2 commit c4b5605

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

class/defaults.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ parameters:
22
openshift4_terraform:
33
=_tf_module_version:
44
cloudscale: v4.4.0
5-
exoscale: v5.1.0
5+
exoscale: v5.2.0
66
images:
77
terraform:
88
image: registry.gitlab.com/gitlab-org/terraform-images/releases/terraform

tests/golden/exoscale/openshift4-terraform/openshift4-terraform/main.tf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"ignition_ca": "SomeCertificateString",
1010
"region": "ch-dk-2",
1111
"rhcos_template": "my-iso-image",
12-
"source": "git::https://github.com/appuio/terraform-openshift4-exoscale.git//?ref=v5.1.0",
12+
"source": "git::https://github.com/appuio/terraform-openshift4-exoscale.git//?ref=v5.2.0",
1313
"ssh_key": "ssh-ed25519 AA..."
1414
}
1515
}

0 commit comments

Comments
 (0)