Add rolling_upgrade_policy
to azurerm_linux_virtual_machine_scale_set
#289
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 |