variable "aws_region" { type = string default = "us-east-1" } variable "cluster_name" { type = string default = "" } variable "ebs_csi_role_suffix" { type = string default = "" }