From 77d921824e20886fa24b82a7fd34186be188d60e Mon Sep 17 00:00:00 2001 From: Malte Poll Date: Tue, 10 Jan 2023 15:25:47 +0100 Subject: [PATCH] ci: switch default AWS zone to eu-central-1c --- .github/actions/constellation_create/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/constellation_create/action.yml b/.github/actions/constellation_create/action.yml index 65c227e03..a7c928ebe 100644 --- a/.github/actions/constellation_create/action.yml +++ b/.github/actions/constellation_create/action.yml @@ -89,7 +89,7 @@ runs: yq eval -i \ "(.provider | select(. | has(\"aws\")).aws.region) = \"eu-central-1\" | - (.provider | select(. | has(\"aws\")).aws.zone) = \"eu-central-1a\" | + (.provider | select(. | has(\"aws\")).aws.zone) = \"eu-central-1c\" | (.provider | select(. | has(\"aws\")).aws.iamProfileControlPlane) = \"e2e_test_control_plane_instance_profile\" | (.provider | select(. | has(\"aws\")).aws.iamProfileWorkerNodes) = \"e2e_test_worker_node_instance_profile\"" \ constellation-conf.yaml