[TF-10414] Replace EC2 AWS Launch Configuration for AWS Launch Templates #308
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Create Jira Issue | |
on: | |
issues: | |
types: [opened, closed, deleted, reopened] | |
pull_request_target: | |
types: [opened, closed, reopened] | |
issue_comment: | |
types: [created] | |
jobs: | |
call-workflow: | |
uses: hashicorp/terraform-random-tfe-utility/.github/workflows/create-jira-issue.yml@main | |
with: | |
github-team: Terraform-Enterprise | |
project: TFE | |
secrets: inherit |