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