Currently you will get an error that azurerm can't find the subscription_id property. This happens as the bootstrap script uses terraform --init and upgrades to azurerm v4. In the v4 version you are required to provide the subscription_id in the proivider config:
Description
Currently you will get an error that azurerm can't find the
subscription_id
property. This happens as the bootstrap script uses terraform --init and upgrades to azurerm v4. In the v4 version you are required to provide the subscription_id in the proivider config:or using an environment variable:
export ARM_SUBSCRIPTION_ID=00000000-xxxx-xxxx-xxxx-xxxxxxxxxxxx
Steps to Reproduce
Expected Behavior
That is just work and uses the subscription you have selected in AzureRM
Actual Behavior
AzureRM fails to init
Terraform Version
1.9.7
Station Version
1.10