Skip to content

Commit c78b0ab

Browse files
author
Pratik Das
committed
updated code
1 parent 35514b4 commit c78b0ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws/cdkv2/src/main/java/com/myorg/CdkAppApp.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public static void main(final String[] args) {
1313
new CdkAppStack(app, "CdkAppStack", StackProps.builder()
1414

1515
.env(Environment.builder()
16-
.account("675153449441")
16+
.account("**********")
1717
.region("us-east-1")
1818
.build())
1919

0 commit comments

Comments
 (0)