Skip to content

Terraform is treating the disk created outside as orphan and forcing to delete #182

Terraform is treating the disk created outside as orphan and forcing to delete

Terraform is treating the disk created outside as orphan and forcing to delete #182

---
name: Issue Greeting
'on':
issues:
types:
- opened
jobs:
greeting:
name: Send Greeting
runs-on: ubuntu-latest
if: github.event.issue.author_association == 'NONE'
steps:
- name: Checkout
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
with:
fetch-depth: 1
- name: Render Template
id: template
uses: chuhlomin/render-template@204ce622bc2fd5c787ff5ca885ff19fb577e7a41 # v1.6
with:
template: .github/issue_greeting_template.md
vars: |
author: ${{ github.actor }}
- name: Create Comment
uses: peter-evans/create-or-update-comment@c6c9a1a66007646a28c153e2a8580a5bad27bcfa # v3.0.2
with:
issue-number: '${{ github.event.issue.number }}'
body: '${{ steps.template.outputs.result }}'