Skip to content

chore(ci): align pre-commit and Terraform workflow with module template#1

Merged
coley-angel merged 1 commit into
mainfrom
chore/sync-ci-precommit-terraform-workflow
Apr 23, 2026
Merged

chore(ci): align pre-commit and Terraform workflow with module template#1
coley-angel merged 1 commit into
mainfrom
chore/sync-ci-precommit-terraform-workflow

Conversation

@coley-angel
Copy link
Copy Markdown

Sync .pre-commit-config.yaml and .github/workflows/terraform.yml from the module CI template (automated PR).

Sync .pre-commit-config.yaml and .github/workflows/terraform.yml from the canonical Terraform module CI template (secrets: inherit, TF 1.9.x, fmt/docs auto-commit, run_ruff when lambda/ exists).
@coley-angel coley-angel merged commit 9935cc1 into main Apr 23, 2026
@coley-angel coley-angel deleted the chore/sync-ci-precommit-terraform-workflow branch April 23, 2026 22:46
Comment on lines +20 to +31
# Terraform module workflow reference
uses: CiscoOpsStack/ops_stack_github_actions/.github/workflows/terraform_module.yml@main
# Org var OPS_STACK_GITHUB_APP_CLIENT_ID + org secret OPS_STACK_GITHUB_APP_PRIVATE_KEY (ops_stack README).
secrets: inherit
with:
TF_VERSION: 1.9.8
run_terraform_docs: true
checkout_ref: ${{ github.head_ref || github.ref_name }}
caller_event_name: ${{ github.event_name }}
pr_head_branch: ${{ github.head_ref || github.ref_name }}
docs_auto_commit: "true"
fmt_auto_commit: "true"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants