You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This document records all input variable renames applied in the initial naming cleanup.
The renames align the module's public interface with terraform-aws-modules conventions.
Root module (variables.tf)
Old name
New name
Reason
general_name
name
Standard terraform-aws-modules convention; "general" adds no meaning
short_name_prefix
name_prefix
Idiomatic HCL convention; the description now explains the length constraint
eks_cluster_version
kubernetes_version
Matches upstream terraform-aws-modules/eks; avoids confusion with EKS platform version
bank_cidrs
ingress_cidr_blocks
Internal organisation name leaked into the public interface; standard ALB/ingress convention
aws_route53_zone
route53_zone_name
Variables are never prefixed with provider names (aws_); _name clarifies it is a zone name string