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 .
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 .