We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33e9983 commit 9f283b9Copy full SHA for 9f283b9
application-infrastructure/template-configuration.json
@@ -15,9 +15,8 @@
15
"atlantis:Prefix": "$PREFIX$",
16
"atlantis:Application": "$PREFIX$-$PROJECT_ID$",
17
"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$",
+ "Repository": "$REPOSITORY$",
+ "RepositoryBranch": "$REPOSITORY$:$REPOSITORY_BRANCH$",
21
"Environment": "$DEPLOY_ENVIRONMENT$",
22
"Stage": "$STAGE_ID$",
23
"AlarmNotificationEmail": "$ALARM_NOTIFICATION_EMAIL$"
0 commit comments