Skip to content

Commit

Permalink
fix sku size naming convention (#492)
Browse files Browse the repository at this point in the history
Co-authored-by: Administrator <[email protected]>
  • Loading branch information
derekadombek and Administrator authored Dec 18, 2024
1 parent 31e2e5f commit 077d841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/tf-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ runs:
env:
RESOURCE_GROUP_NAME: ${{ inputs.azure-resource-group }}
NAME: ${{ inputs.app-name }}
SKU_NAME: P0V3
SKU_NAME: P0v3
OBJECT_ID: ${{ inputs.azure-object-id }}
TENANT_ID: ${{ inputs.azure-tenant-id }}
CLIENT_ID: ${{ inputs.azure-client-id }}
Expand Down

0 comments on commit 077d841

Please sign in to comment.