Data Source: aws_fsx_openzfs_snapshot

Use this data source to get information about an Amazon FSx for OpenZFS Snapshot for use when provisioning new Volumes.

Example Usage

Root volume Example

data "aws_fsx_openzfs_snapshot" "example" {
  most_recent = true

  filter {
    name   = "volume-id"
    values = ["fsvol-073a32b6098a73feb"]
  }
}

Argument Reference

This data source supports the following arguments:

Attribute Reference

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