Provides details about an Outposts Outpost.
data "aws_outposts_outpost" "example" {
name = "example"
}
This data source supports the following arguments:
id
- (Optional) Identifier of the Outpost.name
- (Optional) Name of the Outpost.arn
- (Optional) ARN.owner_id
- (Optional) AWS Account identifier of the Outpost owner.This data source exports the following attributes in addition to the arguments above:
availability_zone
- Availability Zone name.availability_zone_id
- Availability Zone identifier.description
- The description of the Outpost.lifecycle_status
- The life cycle status.site_arn
- The Amazon Resource Name (ARN) of the site.site_id
- The ID of the site.supported_hardware_type
- The hardware type.tags
- The Outpost tags.