properties
not properly set in azurerm_sentinel_watchlist
(missing itemsSearchKey
, rawContent
)
#15851
Labels
Milestone
Community Note
Terraform (and AzureRM Provider) Version
Affected Resource(s)
azurerm_sentinel_watchlist
(ref)Terraform Configuration Files
Any configuration will work to reproduce, for example:
Debug Output
Not really required as I know what the problem is (see below) - here is a short error log:
Expected Behaviour
When creating a new watchlist, it should not result in an error.
Actual Behaviour
It errors.
Steps to Reproduce
Pick any valid tf config to deploy
azurerm_sentinel_watchlist
terraform apply
Important Factoids
The problem is that the required property
properties.itemsSearchKey
(ref) are not being sent.While not documented, to actually set such a search key, we also need to set
rawContent
otherwise we get:To fix this problem: The resource will need to add two new arguments
items_search_key
andraw_content
.References
azurerm_sentinel_watchlist
The text was updated successfully, but these errors were encountered: