Azure / Azure/aca-landing-zone-accelerator
Case sensitivity issue while comparing
Open
- Dominant language
- Bicep
- Stars
- 216
- Forks
- 124
- PR merge metrics
- No merged PRs in 30d
Description
There is case sensitive comparison in terraform script. However not all part of the resource id is case sensitive.
Reference:
https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/frequently-asked-questions
It is recommended to convert both side of comparison to single case .
Contributor guide
Assessment
This issue has not been assessed yet.