Skip to content

Commit

Permalink
Set EKS cluster name in CFN
Browse files Browse the repository at this point in the history
  • Loading branch information
niallthomson committed Aug 31, 2024
1 parent 7ce7ca9 commit e6f3e6c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lab/cfn/eks-workshop-ide-cfn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,8 @@ Resources:
- !Sub |
set -e
export EKS_CLUSTER_NAME="eks-workshop"
export AWS_REGION="${AWS::Region}"
export REPOSITORY_OWNER="${RepositoryOwner}"
export REPOSITORY_NAME="${RepositoryName}"
Expand Down

0 comments on commit e6f3e6c

Please sign in to comment.