mirror of https://github.com/pulumi/pulumi.git
9 lines
472 B
Cheetah
9 lines
472 B
Cheetah
{{ define "read_inputs" }}
|
|
<ul class="pl-10">
|
|
<li><strong>name</strong> – (Required) The unique name of the resulting resource.</li>
|
|
<li><strong>id</strong> – (Required) The _unique_ provider ID of the resource to lookup.</li>
|
|
<li><strong>state</strong> – (Optional) Any extra arguments used during the lookup.</li>
|
|
<li><strong>opts</strong> – (Optional) A bag of options that control this resource's behavior.</li>
|
|
</ul>
|
|
{{ end }}
|