v0.20.0
what
- Remove of enabled part of the
for_each
ternary, as it disablesassume_role
on enabled = false, which blocks teardown
why
local.enabled
ternary causes no provider to be present on enabled = false, preventing teardown
for_each
ternary, as it disables assume_role
on enabled = false, which blocks teardownlocal.enabled
ternary causes no provider to be present on enabled = false, preventing teardown