Slackbot
11/21/2023, 4:08 PMPePe Amengual
11/21/2023, 4:35 PMKiran Kumar
11/21/2023, 4:45 PMKiran Kumar
11/21/2023, 4:45 PMconfig: |
checkout-depth: 1
checkout-strategy: branch
tf-download: true
repoConfig: |
repos:
- id: /test\/terraform\/test\/.*/
branch: /.*/
repo_locking: true
delete_source_branch_on_merge: true
plan_requirements: [undiverged]
apply_requirements: [undiverged, mergeable, approved]
workflow: ezto
allowed_overrides: [plan_requirements, apply_requirements]
allow_custom_workflows: true
pre_workflow_hooks:
- run: rm -rf /tmp/$BASE_REPO_OWNER-$BASE_REPO_NAME-$PULL_NUM
- run: mkdir -p /tmp/$BASE_REPO_OWNER-$BASE_REPO_NAME-$PULL_NUM
post_workflow_hooks:
- run: rm -rf /tmp/$BASE_REPO_OWNER-$BASE_REPO_NAME-$PULL_NUM
workflows:
ezto:
plan:
steps:
- init
- plan
- show
- run: infracost breakdown --path=$SHOWFILE --format=json --log-level=info --out-file=${INFRACOST_OUTPUT} --project-name=$REPO_REL_DIR
- run: infracost comment gitlab --repo $BASE_REPO_OWNER/$BASE_REPO_NAME --merge-request $PULL_NUM --path $INFRACOST_OUTPUT --gitlab-server-url https://$ATLANTIS_GITLAB_HOSTNAME --gitlab-token $ATLANTIS_GITLAB_TOKEN --tag $INFRACOST_COMMENT_TAG --behavior new
apply:
steps:
- applyPePe Amengual
11/21/2023, 5:16 PMatlantis unlock or close an open the MRPePe Amengual
11/21/2023, 5:17 PMKiran Kumar
11/21/2023, 8:36 PMKiran Kumar
11/21/2023, 8:37 PMPePe Amengual
11/21/2023, 8:39 PMKiran Kumar
11/21/2023, 8:55 PMKiran Kumar
11/21/2023, 8:57 PM