-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pass Azure subscription ID when instancing AzurermProvider object #1556
Conversation
PR Summary
|
/integration sha=0b2f22c9f720370ab3d0f8e8df660240adb4d8c2 |
⌛ Integration tests are running... Check their status here 👈 |
❌ Oh no! Integration tests have failed |
⌛ Integration tests are running... Check their status here 👈 |
❌ Oh no! Integration tests have failed |
1 similar comment
❌ Oh no! Integration tests have failed |
✅ Integration tests have finished successfully! |
Description
cdktf and the azurerm provider are now requiring that the Azure subscription ID is present on the
AzurermProvider
. Otherwise, it will give the following error during deployment:Changes
subscriptionId
property when instancingAzurermProvider
in theApplicationSynth
class.Checks