Skip to content

Commit 1b4a155

Browse files
fix: examples docs (#207)
# Pull Request ## Issue Issue #, if available: ## Description Some example input config files had incorrect starter_module_name specified. ## License By submitting this pull request, I confirm that my contribution is made under the terms of the projects associated license.
1 parent 1f302b9 commit 1b4a155

9 files changed

+9
-9
lines changed

docs/wiki/examples/powershell-inputs/inputs-azure-devops-terraform-basic.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Basic Inputs
66
iac_type: "terraform"
77
bootstrap_module_name: "alz_azuredevops"
8-
starter_module_name: "complete"
8+
starter_module_name: "basic"
99

1010
# Shared Interface Inputs
1111
bootstrap_location: "<region>"

docs/wiki/examples/powershell-inputs/inputs-azure-devops-terraform-complete-vnext.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Basic Inputs
66
iac_type: "terraform"
77
bootstrap_module_name: "alz_azuredevops"
8-
starter_module_name: "complete"
8+
starter_module_name: "complete_vnext"
99

1010
# Shared Interface Inputs
1111
bootstrap_location: "<region>"

docs/wiki/examples/powershell-inputs/inputs-azure-devops-terraform-hubnetworking.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Basic Inputs
66
iac_type: "terraform"
77
bootstrap_module_name: "alz_azuredevops"
8-
starter_module_name: "complete"
8+
starter_module_name: "hubnetworking"
99

1010
# Shared Interface Inputs
1111
bootstrap_location: "<region>"

docs/wiki/examples/powershell-inputs/inputs-github-terraform-basic.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Basic Inputs
66
iac_type: "terraform"
77
bootstrap_module_name: "alz_github"
8-
starter_module_name: "complete"
8+
starter_module_name: "basic"
99

1010
# Shared Interface Inputs
1111
bootstrap_location: "<region>"

docs/wiki/examples/powershell-inputs/inputs-github-terraform-complete-vnext.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Basic Inputs
66
iac_type: "terraform"
77
bootstrap_module_name: "alz_github"
8-
starter_module_name: "complete"
8+
starter_module_name: "complete_vnext"
99

1010
# Shared Interface Inputs
1111
bootstrap_location: "<region>"

docs/wiki/examples/powershell-inputs/inputs-github-terraform-hubnetworking.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Basic Inputs
66
iac_type: "terraform"
77
bootstrap_module_name: "alz_github"
8-
starter_module_name: "complete"
8+
starter_module_name: "hubnetworking"
99

1010
# Shared Interface Inputs
1111
bootstrap_location: "<region>"

docs/wiki/examples/powershell-inputs/inputs-local-terraform-basic.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Basic Inputs
66
iac_type: "terraform"
77
bootstrap_module_name: "alz_local"
8-
starter_module_name: "complete"
8+
starter_module_name: "basic"
99

1010
# Shared Interface Inputs
1111
bootstrap_location: "<region>"

docs/wiki/examples/powershell-inputs/inputs-local-terraform-complete-vnext.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Basic Inputs
66
iac_type: "terraform"
77
bootstrap_module_name: "alz_local"
8-
starter_module_name: "complete"
8+
starter_module_name: "complete_vnext"
99

1010
# Shared Interface Inputs
1111
bootstrap_location: "<region>"

docs/wiki/examples/powershell-inputs/inputs-local-terraform-hubnetworking.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Basic Inputs
66
iac_type: "terraform"
77
bootstrap_module_name: "alz_local"
8-
starter_module_name: "complete"
8+
starter_module_name: "hubnetworking"
99

1010
# Shared Interface Inputs
1111
bootstrap_location: "<region>"

0 commit comments

Comments
 (0)