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
Description
Trying to apply a new MNG via the this module, but getting Invalid validation error message, seems like the error message is missing punctuation.
[ X ] ✋ I have searched the open/closed issues and my issue is not listed.
Versions
Module version [Required]:
4.26.0
Terraform version:
~v1.4.0
Provider version(s):
Reproduction Code [Required]
Steps to reproduce the behavior:
were not even using the argocd addon - but for some reason when trying to install the module it still depends on the addon...
Expected behaviour
Loads the kube add-ons correctly.
error_message = "All ArgoCD application config keys must consist of lower case alphanumeric characters, '-' or '.', and must start and end with an alphanumeric character"
The text was updated successfully, but these errors were encountered:
Description
Trying to apply a new MNG via the this module, but getting Invalid validation error message, seems like the error message is missing punctuation.
[ X ] ✋ I have searched the open/closed issues and my issue is not listed.
Versions
Module version [Required]:
4.26.0
Terraform version:
~v1.4.0
Provider version(s):
Reproduction Code [Required]
Steps to reproduce the behavior:
were not even using the argocd addon - but for some reason when trying to install the module it still depends on the addon...
Expected behaviour
Loads the kube add-ons correctly.
Actual behaviour
It seems this commit needs to simply add a period at the end of the error message.
terraform-aws-eks-blueprints/modules/kubernetes-addons/argocd/variables.tf
Line 14 in aaba020
error_message = "All ArgoCD application config keys must consist of lower case alphanumeric characters, '-' or '.', and must start and end with an alphanumeric character"
The text was updated successfully, but these errors were encountered: