We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11c2d54 commit edcdce0Copy full SHA for edcdce0
1 file changed
tests/aws_iam_policy_single_line.tf
@@ -0,0 +1,4 @@
1
+ resource "aws_iam_policy" "example" {
2
+ # ... other configuration ...
3
+ policy = "{\"Version\": \"2012-10-17\", \"Statement\": {\"Effect\": \"Allow\", \"Action\": \"*\", \"Resource\": \"*\"}}"
4
+ }
0 commit comments