Compare commits
No commits in common. "96154a0370a8917492d23bc33192bd42662007ff" and "6c3cdeeca5113b6990b6c248f8e0ab94e4a0343e" have entirely different histories.
96154a0370
...
6c3cdeeca5
2 changed files with 0 additions and 6 deletions
1
debian/main.tf
vendored
1
debian/main.tf
vendored
|
@ -24,5 +24,4 @@ module "tf_debian_vm" {
|
|||
ca_host = coalesce(var.ca_host, module.invariants.ca_host)
|
||||
memory = var.memory
|
||||
data_disk = var.data_disk
|
||||
fixed_address = var.fixed_address
|
||||
}
|
||||
|
|
5
debian/variables.tf
vendored
5
debian/variables.tf
vendored
|
@ -56,8 +56,3 @@ variable "data_disk" {
|
|||
type = string
|
||||
default = null
|
||||
}
|
||||
|
||||
variable "fixed_address" {
|
||||
type = string
|
||||
default = ""
|
||||
}
|
||||
|
|
Reference in a new issue