Skip to content

Update hashicorp/hcp requirement from ~> 0.77.0 to ~> 0.99.0 in /terraform/vsphere-virtual-machine/template-linux-cloud-init-hcp-packer #491

Update hashicorp/hcp requirement from ~> 0.77.0 to ~> 0.99.0 in /terraform/vsphere-virtual-machine/template-linux-cloud-init-hcp-packer

Update hashicorp/hcp requirement from ~> 0.77.0 to ~> 0.99.0 in /terraform/vsphere-virtual-machine/template-linux-cloud-init-hcp-packer #491

Workflow file for this run

---
name: "Code Quality"
on:
push:
pull_request:
jobs:
superlinter:
name: Super-Linter
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
with:
fetch-depth: 0
- name: Lint Code
uses: github/super-linter@45fc0d88288beee4701c62761281edfee85655d7 # v5.0.0
env:
GITHUB_TOKEN: ${{ github.token }}
FILTER_REGEX_EXCLUDE: "build.tmpl"
IGNORE_GITIGNORED_FILES: true
VALIDATE_ALL_CODEBASE: true
DEFAULT_BRANCH: "main"
DISABLE_ERRORS: false
VALIDATE_ANSIBLE: false
VALIDATE_TERRAGRUNT: false
VALIDATE_MARKDOWN: false