-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: better readability for changelog
- Loading branch information
1 parent
cff3966
commit 60f9398
Showing
2 changed files
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,9 +4,11 @@ An opinionated Terraform module to provision an application and database very ea | |
|
||
## Example usage | ||
|
||
<!-- x-release-please-start-version --> | ||
```tf | ||
module "my_app" { | ||
source = "scalingo-community/app/scalingo" | ||
version = "0.2.0" | ||
# Configure the name and the canonical domain of the application | ||
name = "my-app" | ||
|
@@ -28,10 +30,11 @@ module "my_app" { | |
# Attach a free PostgreSQL database | ||
addons = [{ provider = "postgresql", plan = "postgresql-sandbox" }] | ||
# Configure log drains | ||
# Configure log drains, will be auto-configured for app and every addons | ||
log_drains = [{ type = "elk", url = "https://user:[email protected]" }] | ||
} | ||
``` | ||
<!-- x-release-please-end --> | ||
|
||
## Community | ||
|
||
|