Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
thdxr committed Oct 11, 2024
1 parent 2062cb8 commit 15ee6ea
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
## SST Provider

This repository automatically generates pulumi packages from terraform providers

### Adding a provider

Submit a PR to add a provider to the `providers.json` file.

```json
[
{
"name": "planetscale",
"terraform": "planetscale/planetscale",
"version": "0.0.7"
},
]

### Updating a provider

Submit a PR bumping the version number. If something went wrong and we need to regenerate the same version add a `suffix` to the provider with an incrementing number.

```json
[
{
"name": "planetscale",
"terraform": "planetscale/planetscale",
"version": "0.0.7",
"suffix": "1"
},
]

0 comments on commit 15ee6ea

Please sign in to comment.