Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add description about trial subscription
  • Loading branch information
mrodm committed Apr 2, 2025
commit dc389c6a55fede6a1675bad65080a5a1ff0f37f1
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,8 @@ The following settings are available per profile:
* `stack.serverless.region` can be used to select the region to use when starting
serverless projects.
* `stack.elastic_subscription` allows to select the Elastic subscription type to be used in the stack.
Currently, it is supported "basic" and "trial". Defaults to "trial".
Currently, it is supported "basic" and "[trial](https://www.elastic.co/guide/en/elasticsearch/reference/current/start-trial.html)",
which enables all subscription features for 30 days. Defaults to "trial".

## Useful environment variables

Expand Down
3 changes: 2 additions & 1 deletion tools/readme/readme.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,8 @@ The following settings are available per profile:
* `stack.serverless.region` can be used to select the region to use when starting
serverless projects.
* `stack.elastic_subscription` allows to select the Elastic subscription type to be used in the stack.
Currently, it is supported "basic" and "trial". Defaults to "trial".
Currently, it is supported "basic" and "[trial](https://www.elastic.co/guide/en/elasticsearch/reference/current/start-trial.html)",
which enables all subscription features for 30 days. Defaults to "trial".

## Useful environment variables

Expand Down