digitalocean_nfs

Generated on 15 Jan 2026 from Terraform version v2.73.0

Get information about a DigitalOcean NFS share.

Example Usage

Get the NFS share by name and region:

data "digitalocean_nfs" "example" {
  name   = "example-nfs"
  region = "nyc1"
}

Argument Reference

The following arguments are supported:

  • name - (Required) The name of the NFS share.
  • region - (Optional) The region where the NFS share is located.

Attributes Reference

The following attributes are exported:

  • id - The unique identifier for the NFS share.
  • name - Name of the NFS share.
  • region - The region where the NFS share is located.
  • size - The size of the NFS share in GiB.
  • status - The current status of the NFS share.
  • host - The host IP of the NFS server accessible from the associated VPC.
  • mount_path - The mount path for accessing the NFS share.

We can't find any results for your search.

Try using different keywords or simplifying your search terms.