We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a33aa1e commit 2f77226Copy full SHA for 2f77226
terraform-unlock-state/README.md
@@ -22,6 +22,31 @@ Force unlocks a Terraform remote state.
22
- Optional
23
- Default: `default`
24
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
43
44
+ backend_config_file: prod.backend.tfvars
45
46
47
48
49
50
* `lock_id`
51
52
The ID of the state lock to release
0 commit comments