Working Instance creation.
This commit is contained in:
7
variables.tf
Normal file
7
variables.tf
Normal file
@ -0,0 +1,7 @@
|
||||
variable "ssh" {
|
||||
description = "SSH Key(s) definition"
|
||||
type = list(object({
|
||||
public_key = string
|
||||
ssh_user = string
|
||||
}))
|
||||
}
|
Reference in New Issue
Block a user