-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathaction.yaml
30 lines (27 loc) · 792 Bytes
/
action.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
name: terraform-fmt-check
description: Check that Terraform configuration files are in canonical format
author: Daniel Flook
inputs:
path:
description: Path to the Terraform configuration
required: false
default: .
workspace:
description: Name of the Terraform workspace
required: false
default: default
backend_config:
description: List of backend config values to set, one per line
required: false
default: ""
backend_config_file:
description: Path to a backend config file
required: false
default: ""
runs:
using: docker
image: docker://danielflook/terraform-github-actions@sha256:43139c747c6d59c3f83bda22afaff9e331fc959ae1e12769fe1b872ecbd8cdd4
entrypoint: /entrypoints/fmt-check.sh
branding:
icon: globe
color: purple