Skip to content

Commit

Permalink
Merge pull request #6 from diggerhq/motatoes-patch-6
Browse files Browse the repository at this point in the history
Update index.ts
  • Loading branch information
motatoes authored Nov 4, 2024
2 parents 8017ed8 + 3858046 commit 33e83df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ const parameter = new aws.ssm.Parameter("example-parameter", {

// Export the parameter ARN and name for reference
export const parameterArn = parameter.arn;
export const parameterName = parameter.name;
export const parameterName = parameter.name;

0 comments on commit 33e83df

Please sign in to comment.