white-answer-67284
12/17/2025, 9:50 PMv3.212.0 . I'm struggling with the same issue this person had at the begining of the year - where even though the latest release of the SDK has my fix, sdks are generated via pulumi package add terraform-provider ... referencing an older version in the go.mod file that does not have my fix. This results in needing to communicate additional steps to developers for local development or having ad-hoc steps during CI
Thoughts on patching the codegen tool to bump the version of the sdk in the go.mod file to v3.212.0?echoing-dinner-19531
12/17/2025, 9:55 PMwhite-answer-67284
12/17/2025, 9:57 PMpulumi package add terraform-provider foo/bar 1.2.3 --sdk-version=3.213.0white-answer-67284
12/17/2025, 9:57 PMwhite-answer-67284
12/18/2025, 5:02 PMpulumi install .