pulumi / pulumi-terraform-provider

Use any Terraform provider with Pulumi
Apache License 2.0
4 stars 0 forks source link

Docs: Describe updating the plugin and discuss options around managing the local SDK #24

Open mjeffryes opened 3 weeks ago

mjeffryes commented 3 weeks ago

Just capturing a couple thoughts I had of things we might want to document:

  1. The version of the pulumi-terraform-provider plugin is not managed in the users program, so we should maybe make some notes about managing the installed version of the plugin. (Users will need to think about pinning the version if the regenerate SDKs in CI, but we also want them to think about updating it from time to time to get codegen improvements)
  2. We should offer some guidance about what to do with the local SDKs with respect to source control. If only just discussing the two options: either regenerating sdks or checking them in as vendored code.