Open IskanderNovena opened 2 years ago
Marking this issue as stale due to inactivity. This helps our maintainers find and focus on the active issues. If this issue receives no comments in the next 30 days it will automatically be closed. Maintainers can also remove the stale label.
If this issue was automatically closed and you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thank you!
Is this still on the radar?
Community Note
Terraform CLI and Terraform AWS Provider Version
Affected Resource(s)
aws_iam_policy_document
Terraform Configuration Files
Please include all Terraform configurations required to reproduce the bug. Bug reports without a functional reproduction may be closed without investigation.
Debug Output
Panic Output
Expected Behavior
The output should be similar for all methods of creating the policy.
Actual Behavior
The output for the
aws_iam_policy_document
converts single-element lists to a simple string.Steps to Reproduce
terraform plan
A 'plan' is enough to show the differences without actually deploying stuff.Important Factoids
References