Skip to content

Run new version after module ci actions that introduce tf-docs injection into README.md. #14

Run new version after module ci actions that introduce tf-docs injection into README.md.

Run new version after module ci actions that introduce tf-docs injection into README.md. #14

Workflow file for this run

name: "CI TF Test"
on:
push:
branches:
- main
pull_request:
branches:
- main
types: [opened, synchronize, reopened]
workflow_dispatch: # allows manual build
env:
ARM_TENANT_ID: ${{ secrets.REPO_AZURE_DSB_TENANT_ID }}
ARM_SUBSCRIPTION_ID: ${{ secrets.REPO_AZURE_SUBSCRIPTION_ID }}
ARM_CLIENT_ID: ${{ secrets.REPO_AZURE_TERRAFORM_USER_SERVICE_PRINCIPAL }}
ARM_USE_OIDC: true
ARM_USE_AZUREAD: true
TF_IN_AUTOMATION: true
jobs:
tf:
uses: dsb-norge/github-actions-terraform/.github/workflows/terraform-module-ci.yaml@tf-docs

Check failure on line 23 in .github/workflows/test.yaml

View workflow run for this annotation

GitHub Actions / CI TF Test

Invalid workflow file

The workflow is not valid. .github/workflows/test.yaml (Line: 23, Col: 11): Input readme-file-path is required, but not provided while calling.
secrets: inherit
permissions:
contents: read # required for checkout action.
id-token: write # required for Azre passwodless login
pull-requests: write # required for commenting on PR
with:
terraform-version: "1.9.x"
tflint-version: "v0.53.0"