Skip to content

sst/provider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SST Provider

This repository automatically generates pulumi packages from terraform providers

Adding a provider

Submit a PR to add a .toml to the metadata folder

name = "planetscale"
terraform = "registry.terraform.io/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.

name = "planetscale"
terraform = "registry.terraform.io/planetscale/planetscale"
version = "0.0.7"
suffix = "1"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published