ci: switch default AWS zone to eu-central-1c

This commit is contained in:
Malte Poll 2023-01-10 15:25:47 +01:00 committed by Malte Poll
parent 67be4016f5
commit 77d921824e

View File

@ -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