source: installer/terraform/variables.tf @ 9f4584f

configure-oglivelgromero-new-oglivemainmaint-cronmount-efivarfsmultivmmultivm-ogboot-installerogClonningEngineogboot-installer-jenkinsoglive-ipv6test-python-scriptsticket-301ticket-50ticket-50-oldticket-577ticket-585ticket-611ticket-612ticket-693ticket-700ubu24tplunification2use-local-agent-oglivevarios-instalacion
Last change on this file since 9f4584f was 915580e, checked in by Nicolas Arenas <nicolas.arenas@…>, 19 months ago

Merge branch 'terraform-clients'

  • Property mode set to 100644
File size: 312 bytes
RevLine 
[915580e]1variable "virtual_netowrk" {
2    type = string
3    default = "test"
4}
5
6variable "mac_prefix" {
7    type = string
8    default = "00:00:00:00:00"
9}
10
11variable "num_clients" {
12    type = string
13    default = 1
14}
15
16variable "vi_password" {
17    type         = string
18    sensitive    = true
19    default      = ""
20}
Note: See TracBrowser for help on using the repository browser.