Skip to content

Commit f73c0a1

Browse files
committed
Persist
1 parent 0125146 commit f73c0a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

01-path-basics/101-start-here/scripts/lab-ide-build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ export EKS_SERVICE_ROLE=$(aws cloudformation describe-stacks --stack-name $AWS_M
5555
# Persist lab variables
5656
echo "AWS_DEFAULT_REGION=$AWS_DEFAULT_REGION" >> ~/.bashrc
5757
echo "AWS_AVAILABILITY_ZONES=$AWS_AVAILABILITY_ZONES" >> ~/.bashrc
58+
echo "AWS_STACK_NAME=$AWS_STACK_NAME" >> ~/.bashrc
5859
echo "AWS_MASTER_STACK=$AWS_MASTER_STACK" >> ~/.bashrc
5960
echo "KOPS_STATE_STORE=$KOPS_STATE_STORE" >> ~/.bashrc
6061

0 commit comments

Comments
 (0)