Adjusting tf config
parent
35e34132a4
commit
aa7c19b2bc
|
|
@ -6,3 +6,6 @@ terraform {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
variable "mzid" {
|
||||||
|
type = string
|
||||||
|
}
|
||||||
|
|
@ -6,3 +6,6 @@ terraform {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
variable "mzid" {
|
||||||
|
type = string
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue