microsoft / dotnet-podcasts

.NET reference application shown at .NET Conf featuring ASP.NET Core, Blazor, .NET MAUI, Microservices, Orleans, Playwright, and more!
https://dot.net
MIT License
2.75k stars 745 forks source link

Terraform templates create resources failed in WSL #179

Closed blow-hey closed 1 year ago

blow-hey commented 1 year ago

Describe the issue: Test terraform templates after azd login. When Run command bash ./test-templates.sh -c false -t <template_name> -s xxx , we see the following errors: image

Repro Steps:

  1. Login with azd login
  2. Run Command bash ./test-templates.sh -c false -t <template_name> -s xxx

Environment: OS: WSL in VS Code Template: todo-python-mongo-terraform and todo-nodejs-mongo-terraform. Branch: Staging Azd version: 0.4.0-beta.2-daily.2010605 (commit https://github.com/Azure/azure-dev/commit/b6c8218e832d75a5eb5d0915016390347d3be29f)

Expected behavior: Run command bash ./test-templates.sh -c false -t <template_name> -s xxx can pass after azd login.

@rajeshkamal5050 for notification.