File: input.tf

package info (click to toggle)
golang-github-hashicorp-go-discover 0.0%2Bgit20190905.34a6505-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 476 kB
  • sloc: makefile: 9
file content (15 lines) | stat: -rw-r--r-- 193 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
variable "prefix" {
  default = "go-discover"
}

variable "do_image" {
  default = "ubuntu-16-04-x64"
}

variable "do_region" {
  default = "nyc3"
}

variable "do_size" {
  default = "512mb"
}