Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix typo: Match new
"id"
name to delegated ID field (#672)
Previously, we had: ``` "id": {Name: "monitorId"}, }, ComputeID: tfbridge.DelegateIDField( "monitorID", "databricks", "https://github.com/pulumi/pulumi-databricks", ``` Note that the name assigned to `"id"` (`"monitorId"`) doesn't match the name of the field we told `tfbridge.DelegateIDField` to find the ID in (`"monitorID"`). These **must** match for `tfbridge.DelegateIDField` to work. Fixes #669
- Loading branch information