Issue:
When updating an existing aws_iam_user_policy resource, the diff for the policy is not displayed at all. Only the following is shown (in yellow):
Creation and deletion of aws_iam_user_policy resources still display correctly, so it seems this occurs only on changes. I've also tested with a raw aws_iam_user_policy (not from within a module) and get the same error.
Is there a specific version of terraform that the terraform-landscape tool releases are tied to, or is this just a regression?
Versions:
Issue: When updating an existing
aws_iam_user_policy
resource, the diff for the policy is not displayed at all. Only the following is shown (in yellow):Creation and deletion of
aws_iam_user_policy
resources still display correctly, so it seems this occurs only on changes. I've also tested with a rawaws_iam_user_policy
(not from within a module) and get the same error.Is there a specific version of terraform that the
terraform-landscape
tool releases are tied to, or is this just a regression?