L149 refers to unassigned local variable secrets_key.
File "/codebuild/output/src2320534162/src/bundle/module/app.py", line 57, in <module>
--
620 | stack = Eks(
621 | ^^^^
622 | File "/root/.venv/lib/python3.11/site-packages/jsii/_runtime.py", line 118, in __call__
623 | inst = super(JSIIMeta, cast(JSIIMeta, cls)).__call__(*args, **kwargs)
624 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
625 | File "/codebuild/output/src2320534162/src/bundle/module/stack.py", line 149, in __init__
626 | secrets_key=secrets_key,
627 | ^^^^^^^^^^^
628 | UnboundLocalError: cannot access local variable 'secrets_key' where it is not associated with a value
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Issue #, if available:
L149 refers to unassigned local variable
secrets_key
.By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.