aws_lambda_layer_version

Provides information about a Lambda Layer Version.

Example Usage

variable "layer_name" {
  type = string
}

data "aws_lambda_layer_version" "existing" {
  layer_name = var.layer_name
}

Argument Reference

This data source supports the following arguments:

Attribute Reference

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