Error on pulumi:"secret"
#192
Labels
1.0.0-blocker
An issue that must be resolved before 1.0.0
kind/enhancement
Improvements or new features
Several times I've accidentally tagged a field as something like
pulumi:"optional,secret"
instead ofpulumi:"optional" provider:"secret"
. This generates SDKs well enough, but once you try populating this it will panic:We should catch this an either error, or automatically apply the provider tag.
More generally, the pulumi/provider distinction feels like an abstraction is leaking. It would be most user-friendly to only have to worry about
pulumi:"..."
tags.The text was updated successfully, but these errors were encountered: