/dhall-infra/Instance/isCreated.dhall

Copy path to clipboard

Check if an instance has been created

Source

--| Check if an instance has been created
let Instance = { Type = ./Type.dhall }

let isCreated
: Instance.Type -> Bool
= \(instance : Instance.Type) -> instance.skip_os_server_task == False

in isCreated