Skip to content

Commit

Permalink
Set up MMA only for SEV-SNP
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Weiße <[email protected]>
  • Loading branch information
daniel-weisse committed Feb 5, 2024
1 parent 2dfb36f commit dd8a180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test-provider-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ jobs:
shell: bash
run: |
terraform init
if [[ "${{ steps.determine.outputs.cloudProvider }}" == "azure" ]]; then
if [[ "${{ inputs.attestationVariant }}" == "azure-sev-snp" ]]; then
terraform apply -target module.azure_iam -auto-approve
terraform apply -target module.azure_infrastructure -auto-approve
${{ github.workspace }}/build/constellation maa-patch "$(terraform output -raw maa_url)"
Expand Down

0 comments on commit dd8a180

Please sign in to comment.