Retrieves information about publicly available ISO files in the Vultr library using filters to identify specific images.
Get information about an ISO file offered in the Vultr ISO library.
Get the information for a ISO file by description
:
data "vultr_iso_public" "my_iso" {
filter {
name = "description"
values = ["iso-description"]
}
}
The following arguments are supported:
filter
- (Required) Query parameters for finding ISO files.The filter
block supports the following:
name
- Attribute name to filter with.values
- One or more values filter with.The following attributes are exported:
name
- The ISO file's name.description
- The description of the ISO file.md5sum
- The MD5Sum of the ISO file.
No comments yet.