Skip to main content
openstack_sharedfilesystem_snapshot_v2
Last update:

openstack_sharedfilesystem_snapshot_v2

For your information

This instruction is a copy of the official OpenStack Terraform provider's OpenStack Terraform documentation in the Terraform Registry.

Use this data source to get the ID of an available Shared File System snapshot.

Example Usage

data "openstack_sharedfilesystem_snapshot_v2" "snapshot_1" {
name = "snapshot_1"
}

Argument Reference

  • region — (Optional) The region in which to obtain the V2 Shared File System client.

  • name — (Optional) The name of the snapshot.

  • description — (Optional) The human-readable description of the snapshot.

  • project_id — (Optional) The owner of the snapshot.

  • status — (Optional) A snapshot status filter. A valid value is available, error,creating, deleting, manage_starting, manage_error, unmanage_starting,unmanage_error or error_deleting.

Attributes Reference

id is set to the ID of the found snapshot. In addition, the following attributes are exported:

  • name — See Argument Reference above.
  • description — See Argument Reference above.
  • project_id — See Argument Reference above.
  • status — See Argument Reference above.
  • size — The snapshot size, in GBs.
  • share_id — The UUID of the source share that was used to create the snapshot.
  • share_proto — The file system protocol of a shared snapshot.
  • share_size — The share snapshot size, in GBs.