Skip to content

gce_vm() dry_run fails #189

@LukasWallrich

Description

@LukasWallrich

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)

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions