gcp-dual-vpc-lz/variables.tf

8 lines
136 B
HCL

variable "ssh" {
description = "SSH Key(s) definition"
type = list(object({
public_key = string
ssh_user = string
}))
}