Skip to content

azurerm_virtual_network - split create and update function to fix lifecycle - ignore #3383

azurerm_virtual_network - split create and update function to fix lifecycle - ignore

azurerm_virtual_network - split create and update function to fix lifecycle - ignore #3383

Workflow file for this run

---
name: Resource Document Linting
permissions:
contents: read
pull-requests: read
on:
pull_request:
types: ["opened", "synchronize"]
paths:
- ".github/workflows/document-lint.yaml"
- "internal/services/**"
- "website/**"
branches: ["main"]
jobs:
document-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
with:
go-version-file: ./.go-version
- run: bash scripts/gogetcookie.sh
- run: make document-lint
continue-on-error: true
- name: check lint result
if: failure()
run: |
echo "::warning::Document linting failed. Please fix the issues."