We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0125146 commit f73c0a1Copy full SHA for f73c0a1
01-path-basics/101-start-here/scripts/lab-ide-build.sh
@@ -55,6 +55,7 @@ export EKS_SERVICE_ROLE=$(aws cloudformation describe-stacks --stack-name $AWS_M
55
# Persist lab variables
56
echo "AWS_DEFAULT_REGION=$AWS_DEFAULT_REGION" >> ~/.bashrc
57
echo "AWS_AVAILABILITY_ZONES=$AWS_AVAILABILITY_ZONES" >> ~/.bashrc
58
+echo "AWS_STACK_NAME=$AWS_STACK_NAME" >> ~/.bashrc
59
echo "AWS_MASTER_STACK=$AWS_MASTER_STACK" >> ~/.bashrc
60
echo "KOPS_STATE_STORE=$KOPS_STATE_STORE" >> ~/.bashrc
61
0 commit comments