Skip to content

add hcp dynamic credentials example #18

add hcp dynamic credentials example

add hcp dynamic credentials example #18

Workflow file for this run

name: terraform-fmt
on:
pull_request:
branches: [main]
jobs:
fmt:
runs-on: ubuntu-latest
steps:
# checkout code
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
with:
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
# format terraform
- name: Setup Terraform
uses: hashicorp/setup-terraform@v2
with:
terraform_version: "1.3.0"
- name: Terraform fmt
run: terraform fmt -check -recursive