Skip to content

Commit

Permalink
Merge pull request #206 from Scalingo/release/bump_v2.3.0
Browse files Browse the repository at this point in the history
Bump v2.3.0
  • Loading branch information
leo-scalingo authored Apr 26, 2024
2 parents 739348b + eb90ea4 commit 32f0f22
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,14 @@

## To be Released

* feat(scalingo_app): expose application's base_url #175
## v2.3.0

* resource(scalingo_app): expose application's base_url #175
* resource(scalingo_container_type): make amount mandatory #191
* resource(scalingo_domain): Add `letsencrypt_enabled` parameter #205
* resource(scalingo_log_drain): Add `type` parameter mandatory #178
* config: use `SCALINGO_REGION` if environment is set correctly
* chore(deps) Various dependency updates

## v2.2.0

Expand Down
2 changes: 1 addition & 1 deletion docs/resources/container_type.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ resource "scalingo_container_type" "web" {

### Required

- `amount` (Number) Number of containers to boot for this type
- `app` (String) ID of the targeted application
- `name` (String) Name of the container type

### Optional

- `amount` (Number) Number of containers to boot for this type
- `size` (String) Size of the container (S/M/L/etc.)

### Read-Only
Expand Down

0 comments on commit 32f0f22

Please # to comment.