pulumi/pkg/codegen/docs/templates/read_inputs.tmpl

9 lines
472 B
Cheetah

{{ define "read_inputs" }}
<ul class="pl-10">
<li><strong>name</strong> &ndash; (Required) The unique name of the resulting resource.</li>
<li><strong>id</strong> &ndash; (Required) The _unique_ provider ID of the resource to lookup.</li>
<li><strong>state</strong> &ndash; (Optional) Any extra arguments used during the lookup.</li>
<li><strong>opts</strong> &ndash; (Optional) A bag of options that control this resource's behavior.</li>
</ul>
{{ end }}