terraform version
terraform init
Two Options:
- Using the Azure CLI
- Using Service Principal Credentials directly
terrraform.tfvars
subscription_id = ""
tenant_id = ""
client_id = ""
client_secret = ""
terraform plan
terraform apply
terraform destroy
build
docker build -t terraformdocker .
run
docker run -it terraformdocker /bin/bash