Data Source: aws_launch_configuration

Provides information about a Launch Configuration.

Example Usage

data "aws_launch_configuration" "ubuntu" {
  name = "test-launch-config"
}

Argument Reference

The following arguments are supported:

  • name - (Required) The name of the launch configuration.

Attributes Reference

The following attributes are exported:

root_block_device is exported with the following attributes:

ebs_block_device is exported with the following attributes:

ephemeral_block_device is exported with the following attributes:

© 2018 HashiCorp
Licensed under the MPL 2.0 License.
https://www.terraform.io/docs/providers/aws/d/launch_configuration.html