Skip to content

Commit

Permalink
feature: support local option for terraform (#96)
Browse files Browse the repository at this point in the history
# Pull Request

## Issue

Issue #, if available:
Azure/alz-terraform-accelerator#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.
  • Loading branch information
jaredfholgate authored Jan 10, 2024
1 parent f9da062 commit 32fa776
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/ALZ/Private/New-ALZEnvironmentTerraform.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ function New-ALZEnvironmentTerraform {
[string] $alzVersion,

[Parameter(Mandatory = $false)]
[ValidateSet("github", "azuredevops")]
[Alias("Cicd")]
[string] $alzCicdPlatform,

Expand Down
1 change: 0 additions & 1 deletion src/ALZ/Public/New-ALZEnvironment.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ function New-ALZEnvironment {
[string] $alzIacProvider = "bicep",

[Parameter(Mandatory = $false)]
[ValidateSet("github", "azuredevops")]
[Alias("Cicd")]
[Alias("c")]
[string] $alzCicdPlatform = "github",
Expand Down

0 comments on commit 32fa776

Please sign in to comment.