Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
docs: providers
Browse files Browse the repository at this point in the history
  • Loading branch information
jayair committed Oct 18, 2024
1 parent 9404422 commit f9000a8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion www/src/content/docs/docs/providers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,13 @@ If you make any changes to the `providers` in your config, you'll need to run `s
You'll need to run `sst install` if you update the `providers` in your config.
:::

The version of the provider is always pinned to what's in the `sst.config.ts` and does not auto-update. So if you want to update it, you'll need to change it manually and run `sst install`.
The version of the provider is always pinned to what's in the `sst.config.ts` and does not auto-update. This is the case, even if there is no version set. This is to make sure that the providers don't update in the middle of your dev workflow.

:::note
Providers don't auto-update. They stick to the version that was installed initially.
:::

So if you want to update it, you'll need to change it manually and run `sst install`.

---

Expand Down

0 comments on commit f9000a8

Please sign in to comment.