Closed timdittler closed 1 year ago
Hi, @timdittler! When the user creates a policy without an actions
block with the API, this block exists by default anyway. Example:
"actions": {
"block_download": {
"unscanned": false,
"active": false
}
},
This object in the API response will create a state drift if the actions
is absent in the HCL.
We incline to make this block required to avoid confusion.
The fix is released in v1.14.0, actions
is a required block now, because it exists in the response body.
Thank you. Works for me.
Describe the bug I want to update a policy which I created manually. The plan looks fine, but in apply phase the plugin crashes.
Expected behavior Output of
tf plan
:Additional context