variable "ami_id" {
  description = "Amazon Linux 2 AMI ID"
  type        = string
}

variable "private_subnet_id" {
  description = "Private subnet ID"
  type        = string
}

variable "security_group_id" {
  description = "Security group ID for the instance"
  type        = string
}

variable "instance_profile_name" {
  description = "IAM instance profile name for SSM access"
  type        = string
}
