Skip to content

Commit 9f283b9

Browse files
author
ChadKluck
committed
updated Repository tag in template-configuration.yml
1 parent 33e9983 commit 9f283b9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

application-infrastructure/template-configuration.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@
1515
"atlantis:Prefix": "$PREFIX$",
1616
"atlantis:Application": "$PREFIX$-$PROJECT_ID$",
1717
"atlantis:ApplicationDeploymentId": "$PREFIX$-$PROJECT_ID$-$STAGE_ID$",
18-
"CodeCommitRepository": "$REPOSITORY$",
19-
"CodeCommitBranch": "$REPOSITORY$:$REPOSITORY_BRANCH$",
20-
"CodeCommitRepositoryArn": "arn:aws:codecommit:$AWS_REGION$:$AWS_ACCOUNT$:$REPOSITORY$",
18+
"Repository": "$REPOSITORY$",
19+
"RepositoryBranch": "$REPOSITORY$:$REPOSITORY_BRANCH$",
2120
"Environment": "$DEPLOY_ENVIRONMENT$",
2221
"Stage": "$STAGE_ID$",
2322
"AlarmNotificationEmail": "$ALARM_NOTIFICATION_EMAIL$"

0 commit comments

Comments
 (0)