I tried to use dry_run = TRUE within gce_vm() to get the JSON - and it returns Error: $ operator is invalid for atomic vectors
This happens with the following command:
gce_vm(template = "rstudio",
name = "rstudio-iat2",
zone = "europe-west4-a",
username = "me", password = "mine",
predefined_type = "e2-highmem-4",
dry_run = TRUE)
I tried to use
dry_run = TRUEwithingce_vm()to get the JSON - and it returnsError: $ operator is invalid for atomic vectorsThis happens with the following command: