Added hcl files for terraform ec2 launched on aws. w/ ec2+security group
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user