automated install of fedora vm with cloud-init
This commit is contained in:
16
variables.tf
Normal file
16
variables.tf
Normal file
@@ -0,0 +1,16 @@
|
||||
variable "domain" {
|
||||
type = string
|
||||
}
|
||||
|
||||
|
||||
variable "ssh_public_key" {
|
||||
type = string
|
||||
sensitive = true
|
||||
}
|
||||
|
||||
variable "ssh_private_key" {
|
||||
type = string
|
||||
sensitive = true
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user