Data Source: aws_outposts_outpost_instance_type

Information about single Outpost Instance Type.

Example Usage

data "aws_outposts_outpost_instance_type" "example" {
  arn                      = data.aws_outposts_outpost.example.arn
  preferred_instance_types = ["m5.large", "m5.4xlarge"]
}

resource "aws_ec2_instance" "example" {
  # ... other configuration ...

  instance_type = data.aws_outposts_outpost_instance_type.example.instance_type
}

Argument Reference

The following arguments are required:

The following arguments are optional:

Attribute Reference

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