# IAM Module - Variables # RFC 0039: ADR-Compliant Foundation Infrastructure variable "cluster_name" { description = "Name of the EKS cluster" type = string } variable "cluster_oidc_issuer_url" { description = "OIDC issuer URL from EKS cluster" type = string } variable "cluster_oidc_provider_arn" { description = "OIDC provider ARN from EKS cluster" type = string } variable "tags" { description = "Tags to apply to all resources" type = map(string) default = {} }