Skip to content

Commit

Permalink
feat: add test file for aws_iam_policy with single line
Browse files Browse the repository at this point in the history
  • Loading branch information
rdkls committed May 21, 2020
1 parent 11c2d54 commit edcdce0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/aws_iam_policy_single_line.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
resource "aws_iam_policy" "example" {
# ... other configuration ...
policy = "{\"Version\": \"2012-10-17\", \"Statement\": {\"Effect\": \"Allow\", \"Action\": \"*\", \"Resource\": \"*\"}}"
}

0 comments on commit edcdce0

Please sign in to comment.