diff --git a/.github/workflows/e2e-test-provider-example.yml b/.github/workflows/e2e-test-provider-example.yml index a011953e3..f2b77fd09 100644 --- a/.github/workflows/e2e-test-provider-example.yml +++ b/.github/workflows/e2e-test-provider-example.yml @@ -266,11 +266,21 @@ jobs: run: | region=$(echo ${{ inputs.regionZone || 'europe-west3-b' }} | rev | cut -c 3- | rev) + case "${{ inputs.attestationVariant }}" in + "gcp-sev-snp") + cc_tech="SEV_SNP" + ;; + *) + cc_tech="SEV" + ;; + esac + cat >> _override.tf <