-
Notifications
You must be signed in to change notification settings - Fork 52
Description
Is there an existing issue for this?
- I have searched the existing issues
Infrastructure as Code Type? (Required)
terraform
PowerShell Module Version (Optional)
No response
Bootstrap Module Version (Optional)
No response
Starter Module? (Required)
terraform - platform_landing_zone
Starter Module Version (Optional)
No response
Input arguments of the ALZ-PowerShell-Module (Optional)
No response
Debug Output/Panic Output (Optional)
Expected Behaviour (Required)
The bootstrap process should successfully accept and process an existing GitHub Team as input, and Terraform should run without type compatibility issues.
Actual Behaviour (Required)
While running the bootstrap process with the Terraform Platform Landing Zone using GitHub, I attempted to use an existing GitHub Team for the approval workflow instead of creating a new one.
However, this results in a Terraform type mismatch error. The issue appears due to a missing length function keyword in the module, specifically at the following line:
https://github.com/Azure/accelerator-bootstrap-modules/blob/main/modules/github/team.tf#L25
Could you please review and update the module to correctly handle existing GitHub Teams?
Steps to Reproduce (Optional)
No response
Important Factoids (Optional)
No response
References (Optional)
No response