Data Source: aws_storagegateway_local_disk

Retrieve information about a Storage Gateway local disk. The disk identifier is useful for adding the disk as a cache or upload buffer to a gateway.

Example Usage

data "aws_storagegateway_local_disk" "test" {
  disk_path   = aws_volume_attachment.test.device_name
  gateway_arn = aws_storagegateway_gateway.test.arn
}

Argument Reference

Attribute Reference

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