Sha256: 0604e34b43cbe01a29e171ad22e1266d74cf250a6f5ecdaea30fe029e1181abb

Contents?: true

Size: 376 Bytes

Versions: 104

Compression:

Stored size: 376 Bytes

Contents

variable("name",
  description: "VM instance name",
  default: "vm1",
)

variable("boot_image",
  description: "Image ID for the instance",
  default: "debian-cloud/debian-9",
)

variable("machine_type",
  description: "Machine type for the instance",
  default: "f1-micro",
)

variable("zone",
  description: "Zone to deploy the instance into",
  default: "us-central1-a",
)

Version data entries

104 entries across 104 versions & 1 rubygems

Version Path
terraspace-2.2.17 spec/fixtures/projects/ruby/google/app/modules/vm/variables.rb
terraspace-2.2.16 spec/fixtures/projects/ruby/google/app/modules/vm/variables.rb
terraspace-2.2.15 spec/fixtures/projects/ruby/google/app/modules/vm/variables.rb
terraspace-2.2.14 spec/fixtures/projects/ruby/google/app/modules/vm/variables.rb
terraspace-2.2.13 spec/fixtures/projects/ruby/google/app/modules/vm/variables.rb
terraspace-2.2.12 spec/fixtures/projects/ruby/google/app/modules/vm/variables.rb
terraspace-2.2.11 spec/fixtures/projects/ruby/google/app/modules/vm/variables.rb
terraspace-2.2.10 spec/fixtures/projects/ruby/google/app/modules/vm/variables.rb
terraspace-2.2.9 spec/fixtures/projects/ruby/google/app/modules/vm/variables.rb
terraspace-2.2.8 spec/fixtures/projects/ruby/google/app/modules/vm/variables.rb
terraspace-2.2.7 spec/fixtures/projects/ruby/google/app/modules/vm/variables.rb
terraspace-2.2.6 spec/fixtures/projects/ruby/google/app/modules/vm/variables.rb
terraspace-2.2.5 spec/fixtures/projects/ruby/google/app/modules/vm/variables.rb
terraspace-2.2.4 spec/fixtures/projects/ruby/google/app/modules/vm/variables.rb
terraspace-2.2.3 spec/fixtures/projects/ruby/google/app/modules/vm/variables.rb
terraspace-2.2.2 spec/fixtures/projects/ruby/google/app/modules/vm/variables.rb
terraspace-2.2.1 spec/fixtures/projects/ruby/google/app/modules/vm/variables.rb
terraspace-2.2.0 spec/fixtures/projects/ruby/google/app/modules/vm/variables.rb
terraspace-2.1.7 spec/fixtures/projects/ruby/google/app/modules/vm/variables.rb
terraspace-2.1.6 spec/fixtures/projects/ruby/google/app/modules/vm/variables.rb