get Instance Template
Note: Global instance templates can be used in any region. To lower the impact of outages outside your region and gain data residency within your region, use google_compute_region_instance_template. Get information about a VM instance template resource within GCE. For more information see the official documentation and API.
Return
A collection of values returned by getInstanceTemplate.
Parameters
A collection of arguments for invoking getInstanceTemplate.
Return
A collection of values returned by getInstanceTemplate.
Parameters
A filter to retrieve the instance templates. See API filter parameter documentation for reference. If multiple instance templates match, either adjust the filter or specify most_recent
. One of name
, filter
or self_link_unique
must be provided.
If filter
is provided, ensures the most recent template is returned when multiple instance templates match. One of name
, filter
or self_link_unique
must be provided.
The name of the instance template. One of name
, filter
or self_link_unique
must be provided.
The ID of the project in which the resource belongs. If project
is not provided, the provider project is used.
The self_link_unique URI of the instance template. One of name
, filter
or self_link_unique
must be provided.
See also
Return
A collection of values returned by getInstanceTemplate.
Parameters
Builder for com.pulumi.gcp.compute.kotlin.inputs.GetInstanceTemplatePlainArgs.