You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the issue
With #6714 CKV_AZURE_228 has been updated for automatic calculation based on the location used.
For the location only the human readable naming is supported but not the CLI notation which is used quite often I assume.
Version (please complete the following information):
3.2.255
Additional context
In my opinion the CLI notation is used very often and should be supported by checkov in addition to the human readable ones.
Feel free to close this issue if you do not agree.
The text was updated successfully, but these errors were encountered:
Describe the issue
With #6714 CKV_AZURE_228 has been updated for automatic calculation based on the location used.
For the location only the human readable naming is supported but not the CLI notation which is used quite often I assume.
See https://github.com/claranet/terraform-azurerm-regions/blob/master/REGIONS.md for a list of locations.
Examples
Assume we want to create an eventhub in West Europe.
When using location
West Europe
, everything works as expected:When using location
westeurope
, the check fails but is indeed valid terraform code:List of supported Azure Locations by terraform:
Version (please complete the following information):
Additional context
In my opinion the CLI notation is used very often and should be supported by checkov in addition to the human readable ones.
Feel free to close this issue if you do not agree.
The text was updated successfully, but these errors were encountered: