We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
This does not seem to work .. for a nul value
https://github.com/hashicorp/terraform-sentinel-policies/tree/main/azure/restrict-vm-image-id.sentinel
this is the image details form the workspace state
and it fails the check on
`Print messages:
azurerm_windows_virtual_machine.ansible_wintst has source_image_id with value that does not match the regex ^(/subscription`
The text was updated successfully, but these errors were encountered:
HI,
the word "nul" does not work,
but
image_id_regex = "^(/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/(.*)/providers/Microsoft.Compute/images/(.*)|)$"
Does .. effectively making the regex ^$ which is nothing ..
Sorry, something went wrong.
No branches or pull requests
Hi,
This does not seem to work .. for a nul value
https://github.com/hashicorp/terraform-sentinel-policies/tree/main/azure/restrict-vm-image-id.sentinel
this is the image details form the workspace state
and it fails the check on
`Print messages:
azurerm_windows_virtual_machine.ansible_wintst has source_image_id with value that does not match the regex ^(/subscription`
The text was updated successfully, but these errors were encountered: