Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add environment variable for disabling YAML type checking (#634)
This adds an option to the YAML runtime to disable the type checking. This is controlled by the `PULUMI_YAML_DISABLE_TYPE_CHECKING` environment variable. This is useful for tests where we need to test type mismatches which could happen in other languages, like Python or Typescript. Can use some guidance on how to add tests here. Required for pulumi/pulumi-terraform-bridge#2418
- Loading branch information