Description
From what I understand with provider 4.x terraform added the possibility to define inline policy for aws_iam_role (and possibly other resources ?).
We do not support this so driftctl will report the corresponding aws_iam_role_policy found in the environment as unmanaged.
We probably need a new middleware to transform these inline_policy into aws_iam_role_policy
Description From what I understand with provider 4.x terraform added the possibility to define inline policy for
aws_iam_role
(and possibly other resources ?). We do not support this so driftctl will report the correspondingaws_iam_role_policy
found in the environment as unmanaged. We probably need a new middleware to transform these inline_policy intoaws_iam_role_policy
Example
will create a state looking like