Skip to content

Commit 32fa776

Browse files
feature: support local option for terraform (#96)
# Pull Request ## Issue Issue #, if available: https://github.com/Azure/alz-terraform-accelerator/issues/69 ## Description This removes the validation on the CI / CD variable for Terraform (Bicep retains it). This is to support additional bootstrap types without needing to make changes to this module moving forwards. ## License By submitting this pull request, I confirm that my contribution is made under the terms of the projects associated license.
1 parent f9da062 commit 32fa776

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/ALZ/Private/New-ALZEnvironmentTerraform.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ function New-ALZEnvironmentTerraform {
1111
[string] $alzVersion,
1212

1313
[Parameter(Mandatory = $false)]
14-
[ValidateSet("github", "azuredevops")]
1514
[Alias("Cicd")]
1615
[string] $alzCicdPlatform,
1716

src/ALZ/Public/New-ALZEnvironment.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ function New-ALZEnvironment {
4848
[string] $alzIacProvider = "bicep",
4949

5050
[Parameter(Mandatory = $false)]
51-
[ValidateSet("github", "azuredevops")]
5251
[Alias("Cicd")]
5352
[Alias("c")]
5453
[string] $alzCicdPlatform = "github",

0 commit comments

Comments
 (0)