Skip to content

Commit

Permalink
Fix missing double quotes in postgresql_database resource
Browse files Browse the repository at this point in the history
  • Loading branch information
portovep authored and jen20 committed Mar 9, 2016
1 parent a9fd7b4 commit b3ecf8e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ server.
```
resource "postgresql_database" "my_db" {
name = "my_db"
owner = "my_role
owner = "my_role"
}
```
Expand Down

0 comments on commit b3ecf8e

Please sign in to comment.