Skip to content

Commit

Permalink
Merge pull request #617 from pulumi/vl/UpdateReadme
Browse files Browse the repository at this point in the history
Update README with change in environment variable semantics
  • Loading branch information
viveklak committed Sep 28, 2022
2 parents e27034b + 7926a5e commit 8ca8a24
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,6 @@ an example of this in action.

tfgen, the command that generates Pulumi schema/code for a bridged provider supports the following environment variables:

* `PULUMI_MISSING_MAPPING_ERROR`: If truthy, fail if a data source or resource in the TF provider is not mapped to the Pulumi provider.
* `PULUMI_MISSING_DOCS_ERROR`: If truthy, fail if docs cannot be found for a data source or resource.
* `PULUMI_EXTRA_MAPPING_ERROR`: If truthy, fail if a mapped data source or resource does not exist in the TF provider.
* `PULUMI_SKIP_MISSING_MAPPING_ERROR`: If truthy, tfgen will not fail if a data source or resource in the TF provider is not mapped to the Pulumi provider. Instead, a warning is printed. Default is `false`.
* `PULUMI_SKIP_EXTRA_MAPPING_ERROR`: If truthy, tfgen will not fail if a mapped data source or resource does not exist in the TF provider. Instead, warning is printed. Default is `false`.
* `PULUMI_MISSING_DOCS_ERROR`: If truthy, tfgen will fail if docs cannot be found for a data source or resource. Default is `false`.

0 comments on commit 8ca8a24

Please sign in to comment.