Azure Terraform playground

Hi,
While I am trying to create provisioners in azure i am unable to complete it because resource is not getting created I am getting error to enter subscription id

Could you please give me a bit more detail as to what’s happening for you, and what you did. I did the following on the “Terraform With Azure” playground, which worked:

  1. I used the supplied credentials to open an Azure web console.
  2. Using the playground’s VSCode terminal, I cd’ed to the /root/code/playground-sample directory.
  3. I did terraform init, terraform plan and terraform apply using the supplied files in that directory.
  4. It took a bit, but apply ran successfully. The resources created are reflected in the web UI:

Hi Rob,
Thanks for quick reply, but when I want to create my own resource I am facing issue
With service principal
Same as previously reported by everyone in community

It might help to see what your .tf files look like. The supplied sample .tf files in the playground, as I’ve pointed out, actually work – I tried them earlier today. So I’m not clear what problem you’re facing today.

There were changes in how you start up a console, but these were rolled back for us by Microsoft. So I’m not clear what’s happening in your case. A bit more info would help me here.