-
Notifications
You must be signed in to change notification settings - Fork 51
Expand file tree
/
Copy pathinputs-github-terraform-basic.yaml
More file actions
36 lines (32 loc) · 1.21 KB
/
inputs-github-terraform-basic.yaml
File metadata and controls
36 lines (32 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
---
# For detailed instructions on using this file, visit:
# https://github.com/Azure/ALZ-PowerShell-Module/wiki/%5BUser-Guide%5D-Quick-Start-Phase-2-GitHub#2222-github-with-terraform
# Basic Inputs
iac: "terraform"
bootstrap: "alz_github"
starter: "complete"
# Shared Interface Inputs
bootstrap_location: "<region>"
starter_location: "<region>"
root_parent_management_group_id: ""
subscription_id_management: "<management-subscription-id>"
subscription_id_identity: "<identity-subscription-id>"
subscription_id_connectivity: "<connectivity-subscription-id>"
# Bootstrap Inputs
github_personal_access_token: "<token-1>"
github_runners_personal_access_token: "<token-2>"
github_organization_name: "<github-organization>"
use_separate_repository_for_templates: "true"
bootstrap_subscription_id: ""
service_name: "alz"
environment_name: "mgmt"
postfix_number: "1"
use_self_hosted_runners: "true"
use_private_networking: "true"
allow_storage_access_from_my_ip: "false"
apply_approvers: ["<email-address>"]
create_branch_policies: "true"
# Basic Starter Module Specific Variables
# (Details: https://github.com/Azure/ALZ-PowerShell-Module/wiki/%5BUser-Guide%5D-Starter-Module-Terraform-Basic)
root_id: "<id_prefix>"
root_name: "<name_prefix>"