Skip to content

Commit 304af0c

Browse files
committed
terraform destroy sql password
1 parent 0f8264e commit 304af0c

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

MangoAPI.IntegrationTests/MangoAPI.IntegrationTests.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2525
</PackageReference>
2626
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
27-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.2" />
2827
<PackageReference Include="Respawn" Version="6.0.0" />
2928
<PackageReference Include="xunit" Version="2.4.2" />
3029
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">

build/azure-pipelines-terraform-destroy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ stages:
6767
env:
6868
PLAN_FILE: 'main-$(kv-prefix).destroy.tfplan'
6969

70-
- bash: terraform apply -destroy -auto-approve $PLAN_FILE
70+
- bash: terraform apply -var "sql_admin_password=$(kv-sql-password)" -destroy -auto-approve $PLAN_FILE
7171
displayName: Terraform Apply
7272
condition: eq(variables.anyTfChanges, true)
7373
workingDirectory: '$(System.DefaultWorkingDirectory)/terraform'

0 commit comments

Comments
 (0)