Hi All,
I am trying to build a workflow. It will be a 'button' on my website performing the following steps:
Asks the user for AWS/Azure/GCP Access Key and Secret
Spins a Linux container on the Cloud
Ssh container
Create a folder in Linux - 'Folder1'- copy the file from blob storage named 'pre-config.tf' in the folder
Installs terraform
Run command ' terraform init'
Run command 'terraform plan'
Run the command 'terraform apply'
Once the infrastructure is successfully deployedConfirm the user/alert/email
Destroy the infrastructure after 2 hours
What is the best way to implement the above scenario in Azure?