Skip to content

Commit

Permalink
Forgot to add sku_name to tfvars (#351)
Browse files Browse the repository at this point in the history
Co-authored-by: Administrator <[email protected]>
  • Loading branch information
derekadombek and Administrator authored Oct 28, 2024
1 parent 8c5e20a commit 8da47e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/tf-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,11 @@ runs:
env:
RESOURCE_GROUP_NAME: ${{ inputs.azure-resource-group }}
NAME: ${{ inputs.app-name }}
SKU_NAME: P3v3
run: |
echo resource_group_name=\""$RESOURCE_GROUP_NAME"\" >> terraform.tfvars
echo name=\""$NAME"\" >> terraform.tfvars
echo sku_name=\""$SKU_NAME"\" >> terraform.tfvars
az config set defaults.group=$RESOURCE_GROUP_NAME
- name: Set environment
shell: bash
Expand Down

0 comments on commit 8da47e8

Please sign in to comment.