dhall-infra
Check if an instance has been created
--| Check if an instance has been createdlet Instance = { Type = ./Type.dhall }let isCreated : Instance.Type -> Bool = \(instance : Instance.Type) -> instance.skip_os_server_task == Falsein isCreated