automated terminal push
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user