in a tf (pf) provider, there’s an attribute that i...
# package-authoring
w
in a tf (pf) provider, there’s an attribute that is computed, i.e., set by the provider - should be read only; yet it shows in the pulumi generated sdk both inputs and state how do I make sure an attribute will show in state but not in inputs? this is essentially an id attribute that is nested in the schema and not the main id
a
The property should be Computed and not Optional and not Required. That should make it a non-input