-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- **Refactor TestOverridingTFSchema for clarity.** This commit is a pure refactor of the tests, and does not add or remove any tests. - **Support override int with string** This conversion was previously handled by by terraform as a best-effort approach. We should handle it in-house for 2 reasons: 1. To provider errors at the pulumi level. 2. To ensure that providers receive the same inputs as from TF, instead of relying on TF to convert on the wrong type. Related to #1342 This is a pre-requisite for pulumi/pulumi-databricks#55.
- Loading branch information
Showing
2 changed files
with
180 additions
and
84 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters