ionoscloud_nfs_cluster
Get information on Network File Storage (NFS) Cluster objects
Example Usage
By ID
data "ionoscloud_nfs_cluster" "example" {
location = "location"
id = "cluster-id"
}By Name
data "ionoscloud_nfs_cluster" "example" {
location = "location"
name = "partial-name"
partial_match = true
}
output "cluster_test_output" {
value = format("%s from %s with %sTB",
data.ionoscloud_nfs_cluster.example.name,
data.ionoscloud_nfs_cluster.example.location,
data.ionoscloud_nfs_cluster.example.nfs[0].min_version
)
}Argument Reference
Attributes Reference
Last updated
