Skip to content

Commit 2f77226

Browse files
committed
Add documentation for backend_config and backend_config_file inputs
1 parent a33aa1e commit 2f77226

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

terraform-unlock-state/README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,31 @@ Force unlocks a Terraform remote state.
2222
- Optional
2323
- Default: `default`
2424

25+
* `backend_config`
26+
27+
List of terraform backend config values, one per line.
28+
29+
```yaml
30+
with:
31+
backend_config: token=${{ secrets.BACKEND_TOKEN }}
32+
```
33+
34+
- Type: string
35+
- Optional
36+
37+
* `backend_config_file`
38+
39+
List of terraform backend config files to use, one per line.
40+
Paths should be relative to the GitHub Actions workspace
41+
42+
```yaml
43+
with:
44+
backend_config_file: prod.backend.tfvars
45+
```
46+
47+
- Type: string
48+
- Optional
49+
2550
* `lock_id`
2651

2752
The ID of the state lock to release

0 commit comments

Comments
 (0)