variable "ec2_region" { description = "AWS region where all resources will be created" type = string default = "us-east-2" } variable "iam_role" { description = "(Optional) IAM role ARN to assume when managing resources" type = string default = null }