automated terminal push

This commit is contained in:
lenape
2025-07-12 19:17:29 +00:00
parent 5e1a668093
commit 607a70d1da
3 changed files with 12 additions and 26 deletions

View File

@@ -1,10 +1,11 @@
variable "aws_region" {
type = string
default = "us-east-2"
description = "AWS region for resources"
type = string
default = "us-east-2"
}
variable "jenkins_ip_cidr" {
description = "CIDR block for SSH access from Jenkins (injected by pipeline)"
description = "CIDR block for SSH access from Jenkins"
type = string
}
@@ -31,4 +32,4 @@ variable "instance_type" {
variable "key_pair_name" {
description = "EC2 Key Pair name"
type = string
}
}