5 lines
94 B
Terraform
5 lines
94 B
Terraform
variable "ssh_ingress" {
|
|
description = "Public IP allowed for SSH"
|
|
type = string
|
|
}
|