Added hcl files for terraform ec2 launched on aws. w/ ec2+security group

This commit is contained in:
K
2025-09-05 00:55:09 +05:30
parent 3350953946
commit 7310c7e1bc
2 changed files with 42 additions and 0 deletions
+9
View File
@@ -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
}