observe_app_version (Data Source)¶
Fetches metching versions for an Observe app based on the passed in version constraints.
Schema¶
Required¶
module_id
(String) The app module name.version_constraint
(String) The version constraint rules which are used to find the newest acceptable version. Multiple constraints should be comma separated.
Optional¶
include_prerelease
(Boolean) Whether to include prerelease versions in the version search. Defaults to false (don’t include).
Read-Only¶
id
(String) The ID of this resource.version
(String) The newest acceptable version based on the version constraints specified.