Data Source: aws_fsx_ontap_storage_virtual_machine

Retrieve information on FSx ONTAP Storage Virtual Machine (SVM).

Example Usage

Basic Usage

data "aws_fsx_ontap_storage_virtual_machine" "example" {
  id = "svm-12345678"
}

Filter Example

data "aws_fsx_ontap_storage_virtual_machine" "example" {
  filter {
    name   = "file-system-id"
    values = ["fs-12345678"]
  }
}

Argument Reference

The arguments of this data source act as filters for querying the available ONTAP Storage Virtual Machines in the current region. The given filters must match exactly one Storage Virtual Machine whose data will be exported as attributes.

The following arguments are optional:

filter

This block allows for complex filters.

The following arguments are required:

Attributes Reference

In addition to all arguments above, the following attributes are exported:

Active Directory Configuration

The following arguments are supported for active_directory_configuration configuration block:

Self Managed Active Directory

Lifecycle Transition Reason

SVM Endpoints

SVM Endpoint