Data Source: aws_efs_mount_target

Provides information about an Elastic File System Mount Target (EFS).

Example Usage

variable "mount_target_id" {
  type    = string
  default = ""
}

data "aws_efs_mount_target" "by_id" {
  mount_target_id = var.mount_target_id
}

Argument Reference

This data source supports the following arguments:

Attribute Reference

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