You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to solve the same problem that is answered in this post with Terraspace.
My .env file has both ARM_SUBSCRIPTION_ID set for the subscription that is supposed to hold the resources and ARM_BACKEND_SUBSCRIPTION_ID for the subscription where we are storing our terraform state.
Yet the builder tries to find and create the resource group and storage account in the subscription set in ARM_SUBSCRIPTION_ID. I don't know Ruby but from scanning the code in here it seems that the subscription parameter from the backend block is not read anywhere.
The text was updated successfully, but these errors were encountered:
I am trying to solve the same problem that is answered in this post with Terraspace.
My .env file has both
ARM_SUBSCRIPTION_ID
set for the subscription that is supposed to hold the resources andARM_BACKEND_SUBSCRIPTION_ID
for the subscription where we are storing our terraform state.My backend config looks like this:
Yet the builder tries to find and create the resource group and storage account in the subscription set in
ARM_SUBSCRIPTION_ID
. I don't know Ruby but from scanning the code in here it seems that the subscription parameter from the backend block is not read anywhere.The text was updated successfully, but these errors were encountered: