Docs: is it documented anywhere that awsParam and awsSecret usage makes env var @required?
#390
-
|
Is it documented anywhere that |
Beta Was this translation helpful? Give feedback.
Answered by
theoephraim
Mar 12, 2026
Replies: 1 comment
-
|
I think what you are encountering is the behaviour of |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
bestickley
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think what you are encountering is the behaviour of
@defaultRequired=inferwhich sets the item to required if anything is set - whether it is static or a function call. You can also just set@defaultRequired=false(or true) and use@required/@optionalto set accordingly.