Data Source: aws_launch_template

Provides information about a Launch Template.

Example Usage

data "aws_launch_template" "default" {
  name = "my-launch-template"
}

Filter

data "aws_launch_template" "test" {
  filter {
    name   = "launch-template-name"
    values = ["some-template"]
  }
}

Argument Reference

This data source supports the following arguments:

filter Configuration Block

The filter configuration block supports the following arguments:

Attribute Reference

This data source exports the following attributes in addition to the arguments above:

This resource also exports a full set of attributes corresponding to the arguments of the aws_launch_template resource.

Timeouts

Configuration options: