We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
bin/set-up-account
1 parent 5ea5449 commit 42ff0f3Copy full SHA for 42ff0f3
1 file changed
bin/set-up-account
@@ -152,10 +152,6 @@ export TF_VAR_account_name=${account_name}
152
# but globally unique resource names, etc.)
153
export TF_VAR_account_id=${account_id}
154
155
-# The accounts Terraform code normally looks up the Subscription ID by the name
156
-# of the *.tfbackend files, which don't exist yet for this account, so set
157
-# explicitly.
158
-
159
# Import the resources that we created in the previous steps so we don't
160
# recreate them, but first check if they already exist in the state file. If we
161
# are re-running account setup and some resources already exists then skip the
0 commit comments