mirror of https://github.com/pulumi/pulumi.git
25 lines
878 B
Cheetah
25 lines
878 B
Cheetah
{{ define "read_inputs" }}
|
|
<dl class="resources-properties">
|
|
<dt class="property-required" title="Required">
|
|
<span>name</span>
|
|
<span class="property-indicator"></span>
|
|
</dt>
|
|
<dd>The unique name of the resulting resource.</dd>
|
|
<dt class="property-required" title="Required">
|
|
<span>id</span>
|
|
<span class="property-indicator"></span>
|
|
</dt>
|
|
<dd>The <em>unique</em> provider ID of the resource to lookup.</dd>
|
|
<dt class="property-optional" title="Optional">
|
|
<span>state</span>
|
|
<span class="property-indicator"></span>
|
|
</dt>
|
|
<dd>Any extra arguments used during the lookup.</dd>
|
|
<dt class="property-optional" title="Optional">
|
|
<span>opts</span>
|
|
<span class="property-indicator"></span>
|
|
</dt>
|
|
<dd>A bag of options that control this resource's behavior.</dd>
|
|
</dl>
|
|
{{ end }}
|