Creates an azure spring cloud instance with terraform
You must setup authentication as specified in the azurerm terraform provider:
Change the values in the terraform.tfvars file to the values that match your environment
resource_group = "spring_cloud"
location = "East US"
private_key_path = "private_key_example"
terraform init
terraform plan
terraform apply