Skip to content

Commit

Permalink
Add secret name CFN output
Browse files Browse the repository at this point in the history
  • Loading branch information
niallthomson committed Dec 21, 2024
1 parent 41eeb99 commit c6932db
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lab/cfn/eks-workshop-vscode-cfn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -584,5 +584,8 @@ Outputs:
- https://console.aws.amazon.com/secretsmanager/secret?name=${SecretName}
- SecretName: !Sub ${AWS::StackName}-password

IdePasswordSecretName:
Value: !Sub ${AWS::StackName}-password

IdeRole:
Value: !Sub ${EksWorkshopIdeRole.Arn}

0 comments on commit c6932db

Please sign in to comment.