Skip to content

Commit 9eedb34

Browse files
committed
delete unnecessary code
1 parent 155ff1e commit 9eedb34

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

cdk_app/hyp3_stack.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,3 @@ def __init__(self, scope: Construct, id: str, **kwargs) -> None:
1313
id='MainStack',
1414
template_file='packaged.yml',
1515
)
16-
17-
# TODO: this isn't needed, but is an example of getting an output from a nested stack
18-
cluster_template = main_template.load_nested_stack(
19-
'Cluster',
20-
template_file='apps/compute-cf.yml'
21-
).included_template
22-
print(cluster_template.get_output('JobQueueArn'))

0 commit comments

Comments
 (0)