Skip to content

Commit edcdce0

Browse files
committed
feat: add test file for aws_iam_policy with single line
1 parent 11c2d54 commit edcdce0

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)