Skip to content

Commit

Permalink
Update variables.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
chkp-nimrodgab authored Jul 24, 2024
1 parent 88e67d3 commit c68544b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions terraform/aws/autoscale/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ variable "asg_name" {
type = string
description = "Autoscaling Group name"
default = "Check-Point-ASG-tf"
validation {
condition = length(var.asg_name) <= 100
error_message = "Autoscaling Group name can not exceed 100 characters."
}
}

// --- VPC Network Configuration ---
Expand Down

0 comments on commit c68544b

Please sign in to comment.