You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This lab is an environment that I deploy with Terraform Cloud to quickly get an Azure Environment up and running - allowing me to demonstrate concepts and test ideas.
2
2
3
-
These labs can also be used other deployment methods, but the guide below is for Terraform Cloud. Follow the pre-reqs below to deploy.
3
+
These labs can also be used with other deployment methods and tooling, but the guide below is for Terraform Cloud. Follow the notes below to deploy.
4
+
5
+
For a guide on setting up a Service Principal see here: https://github.com/jakewalsh90/Terraform-Azure/tree/main/Terraform-Cloud-Deployment
4
6
5
7
## Pre reqs:
6
8
@@ -11,9 +13,5 @@ The following elements need to be added to Terraform Cloud as variables:
11
13
- client_id - Service Principal ID
12
14
- client_secret - Service Principal Secret
13
15
- subscription_id - Subscription ID you want to deploy into
14
-
- tenant_id - Tenant ID
15
-
16
-
### Lab Specific Variables
17
-
18
-
##### Core Environment
16
+
- tenant_id - Tenant ID of the Azure Tenant you want to deploy into
19
17
- vpn_app_id - ID of the VPN Enterprise Application, see https://learn.microsoft.com/en-us/azure/vpn-gateway/openvpn-azure-ad-tenant
0 commit comments