I'm trying to comment out the variable declaration, because of a problem with passing nested objects. But despite the comment signs #, //, ;;; this variable still wants to be processed and causes an error:
[FATAL] Fatal error: load project configuration: load base configuration: loading project: searching for secrets in /****/infrastructure-cdev/stack.yaml: template: main:7: bad character U+002D '-'
Wrong investigation. During detailed analysis of the problem, it turned out that it's not a commenting problem, it's a problem in the presence of a hyphen in the variable.
What would you like to add
I'm trying to comment out the variable declaration, because of a problem with passing nested objects. But despite the comment signs
#
,//
,;;;
this variable still wants to be processed and causes an error: