10 lines
227 B
Terraform
10 lines
227 B
Terraform
variable "internal_ip" {
|
|
description = "Internal IP allowing SSH access to terra-ec2"
|
|
type = string
|
|
}
|
|
|
|
variable "personal_ip" {
|
|
description = "Personal IP allowing SSH access to terra-ec2"
|
|
type = string
|
|
}
|