File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.3.1] ( https://github.com/scalingo-community/terraform-scalingo-app/compare/v0.3.0...v0.3.1 ) (2023-10-03)
4+
5+
6+ ### 🐛 Bug fixes
7+
8+ * domain_aliases validation incorrectly failed ([ b142c73] ( https://github.com/scalingo-community/terraform-scalingo-app/commit/b142c73371c765eaf0f7c3f2c24ac8e157b36aed ) )
9+
310## [ 0.3.0] ( https://github.com/scalingo-community/terraform-scalingo-app/compare/v0.2.0...v0.3.0 ) (2023-09-26)
411
512
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ An opinionated Terraform module to provision an application and database very ea
88``` tf
99module "my_app" {
1010 source = "scalingo-community/app/scalingo"
11- version = "0.3.0 "
11+ version = "0.3.1 "
1212
1313 # Configure the name and the canonical domain of the application
1414 name = "my-app"
You can’t perform that action at this time.
0 commit comments