Skip to content

Merge branch 'master' of github.com:sourcehawk/terraform-aws-postgres… #5

Merge branch 'master' of github.com:sourcehawk/terraform-aws-postgres…

Merge branch 'master' of github.com:sourcehawk/terraform-aws-postgres… #5

Workflow file for this run

name: PostgreSQL service example
on:
push:
branches:
- master
jobs:
format:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Install terraform
uses: hashicorp/setup-terraform@v3
with:
terraform_version: "1.9.2"
- name: Terraform format
run: terraform fmt -check -recursive