Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

CI-terraform-destroy-aws-from-master-development #67

CI-terraform-destroy-aws-from-master-development

CI-terraform-destroy-aws-from-master-development #67

name: 'CI-terraform-destroy-aws-from-master-development'
on:
workflow_dispatch:
repository_dispatch:
types: do-terraform-destroy-aws-from-master-development
jobs:
terraform-destroy-aws-from-master-development-build:
runs-on: ubuntu-latest
timeout-minutes: 30 # default 360
steps:
- uses: actions/checkout@v1
with:
ref: 'master'
fetch-depth: '1'
- name: 'Print dependencies'
run: |
./ci-print-dependencies.sh
- name: 'CI terraform destroy Command'
timeout-minutes: 20
env:
ENV_NAME: 'development'
AWS_ACCESS_KEY_ID: ${{ secrets.AwsAccessKeyId }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AwsSecretAccessKey }}
AWS_DEFAULT_REGION: 'eu-west-2'
AWS_DEFAULT_OUTPUT: 'json'
run: |
./ci-terraform-destroy.sh
Morty Proxy This is a proxified and sanitized view of the page, visit original site.