-
-
Notifications
You must be signed in to change notification settings - Fork 162
/
Copy pathaction.yaml
32 lines (29 loc) · 818 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
31
32
name: terraform-output
description: Retrieve the root-level outputs from a Terraform configuration.
author: Daniel Flook
inputs:
path:
description: The path to the Terraform root module directory.
required: false
default: "."
workspace:
description: Terraform workspace to get outputs from
required: false
default: "default"
backend_config:
description: List of Terraform backend config values, one per line.
required: false
default: ""
backend_config_file:
description: |
List of Terraform backend config files to use, one per line.
Paths should be relative to the GitHub Actions workspace
required: false
default: ""
runs:
using: docker
image: ../image/Dockerfile
entrypoint: /entrypoints/output.sh
branding:
icon: globe
color: purple