Skip to content

Commit

Permalink
Remove space in addon_attachment namespace example (#384)
Browse files Browse the repository at this point in the history
  • Loading branch information
halorgium authored Mar 14, 2024
1 parent b03a303 commit 0cd2b9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/resources/addon_attachment.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ resource "heroku_addon_attachment" "database" {
resource "heroku_addon_attachment" "database_credentials" {
app_id = heroku_app.default.id
addon_id = heroku_addon.database.id
namespace = "credential: ${var.credential_name}"
namespace = "credential:${var.credential_name}"
}
```
Expand Down

0 comments on commit 0cd2b9e

Please sign in to comment.