Closed cmohorea closed 1 month ago
it seems to be working with sequences = []
, however, then terraform import
should then should do it as []
not as Null
can it be fixed either way (making it not required seems more logical to me)
Released in v0.5.0.
I have an empty policy with just a default deny action:
terraform import
takes it in just fine:Corresponding resource:
However, it generates an error:
If I add
sequences = null
to config, getting this