Skip to content
This repository has been archived by the owner on Dec 17, 2020. It is now read-only.

Latest commit

 

History

History
32 lines (25 loc) · 1.13 KB

genymotion_cloud.html.markdown

File metadata and controls

32 lines (25 loc) · 1.13 KB
layout page_title sidebar_current description
genymotion
genymotion_cloud
docs-genymotion-resource-genymotion_cloud
Create a Genymotion Cloud Android virtual device

Genymotion Cloud instance

genymotion_cloud resource provides a Genymotion Cloud Android virtual device.

Example Usage

# Create an Genymotion Cloud SaaS Android instance
resource "genymotion_cloud" "Android90" {
  recipe_uuid = "143eb44a-1d3a-4f27-bcac-3c40124e2836"
  name     = "Android90"
  adbconnect = true
  adb_serial_port = "9090"
}

Argument Reference

The following arguments are supported:

  • name - (Required) The name of the Android instance.
  • recipe_uuid - (Required) Recipe UUID is the identifier used when starting an instance. It can be retrieved using gmsaas recipes list
  • adbconnect - (Optional) If is true, it will connect the instance to ADB. Defaults to "true".
  • adb_serial_port - (Optional) If the --adb_serial_port option is set, the instance will be connected to ADB on localhost:.