We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02f1fc2 commit c4b5605Copy full SHA for c4b5605
class/defaults.yml
@@ -2,7 +2,7 @@ parameters:
2
openshift4_terraform:
3
=_tf_module_version:
4
cloudscale: v4.4.0
5
- exoscale: v5.1.0
+ exoscale: v5.2.0
6
images:
7
terraform:
8
image: registry.gitlab.com/gitlab-org/terraform-images/releases/terraform
tests/golden/exoscale/openshift4-terraform/openshift4-terraform/main.tf.json
@@ -9,7 +9,7 @@
9
"ignition_ca": "SomeCertificateString",
10
"region": "ch-dk-2",
11
"rhcos_template": "my-iso-image",
12
- "source": "git::https://github.com/appuio/terraform-openshift4-exoscale.git//?ref=v5.1.0",
+ "source": "git::https://github.com/appuio/terraform-openshift4-exoscale.git//?ref=v5.2.0",
13
"ssh_key": "ssh-ed25519 AA..."
14
}
15
0 commit comments