Skip to content

Commit 4bdfee1

Browse files
committed
Added terraform for SQL Managed Instance
1 parent 94bd044 commit 4bdfee1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/MessageQueueProcessor_deploy_dev.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ jobs:
4949
-var="SqlmiName=${{ vars.SQLMI_NAME }}" `
5050
-var="SQLAdministratorLogin=${{ vars.SQL_ADMINISTRATOR_LOGIN }}" `
5151
-var="SQLAdministratorLoginPassword=${{ secrets.SQL_ADMINISTRATOR_LOGIN_PASSWORD }}" `
52-
-var="SQLSkuName${{ vars.SQL_SKU_NAME }}" `
53-
-var="SQLStorageSize${{ vars.SQL_STORAGE_SIZE }}" `
54-
-var="SQLVcores${{ vars.SQL_VCORES }}" `
52+
-var="SQLSkuName=${{ vars.SQL_SKU_NAME }}" `
53+
-var="SQLStorageSize=${{ vars.SQL_STORAGE_SIZE }}" `
54+
-var="SQLVcores=${{ vars.SQL_VCORES }}" `
5555
-var="Environment=Development"
5656
5757
build_and_deploy:

0 commit comments

Comments
 (0)