Skip to content

Commit 686c422

Browse files
committed
📚 Try and clarify file paths
1 parent 5480aba commit 686c422

File tree

8 files changed

+13
-13
lines changed

8 files changed

+13
-13
lines changed

terraform-apply/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ the master branch:
6565
* `var_file`
6666

6767
Comma separated list of tfvars files to use.
68-
Paths should be relative to the repository root.
68+
Paths should be relative to the GitHub Actions workspace
6969

7070
- Type: string
7171
- Optional
@@ -80,7 +80,7 @@ the master branch:
8080
* `backend_config_file`
8181

8282
Comma separated list of terraform backend config files to use.
83-
Paths should be relative to the repository root.
83+
Paths should be relative to the GitHub Actions workspace
8484

8585
- Type: string
8686
- Optional

terraform-check/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ This is intended to run on a schedule to notify if manual changes to your infras
3333
* `var_file`
3434

3535
Comma separated list of tfvars files to use.
36-
Paths should be relative to the repository root.
36+
Paths should be relative to the GitHub Actions workspace
3737

3838
- Type: string
3939
- Optional
@@ -48,7 +48,7 @@ This is intended to run on a schedule to notify if manual changes to your infras
4848
* `backend_config_file`
4949

5050
Comma separated list of terraform backend config files to use.
51-
Paths should be relative to the repository root.
51+
Paths should be relative to the GitHub Actions workspace
5252

5353
- Type: string
5454
- Optional

terraform-destroy-workspace/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This action uses the `terraform destroy` command to destroy all resources in a t
3030
* `var_file`
3131

3232
Comma separated list of tfvars files to use.
33-
Paths should be relative to the repository root.
33+
Paths should be relative to the GitHub Actions workspace
3434

3535
- Type: string
3636
- Optional
@@ -45,7 +45,7 @@ This action uses the `terraform destroy` command to destroy all resources in a t
4545
* `backend_config_file`
4646

4747
Comma separated list of terraform backend config files to use.
48-
Paths should be relative to the repository root.
48+
Paths should be relative to the GitHub Actions workspace
4949

5050
- Type: string
5151
- Optional

terraform-destroy/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ This action uses the `terraform destroy` command to destroy all resources in a t
3232
* `var_file`
3333

3434
Comma separated list of tfvars files to use.
35-
Paths should be relative to the repository root.
35+
Paths should be relative to the GitHub Actions workspace
3636

3737
- Type: string
3838
- Optional
@@ -47,7 +47,7 @@ This action uses the `terraform destroy` command to destroy all resources in a t
4747
* `backend_config_file`
4848

4949
Comma separated list of terraform backend config files to use.
50-
Paths should be relative to the repository root.
50+
Paths should be relative to the GitHub Actions workspace
5151

5252
- Type: string
5353
- Optional

terraform-new-workspace/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Creates a new terraform workspace. If the workspace already exists, succeeds wit
3030
* `backend_config_file`
3131

3232
Comma separated list of terraform backend config files to use.
33-
Paths should be relative to the repository root.
33+
Paths should be relative to the GitHub Actions workspace
3434

3535
- Type: string
3636
- Optional

terraform-output/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Retrieve the root-level outputs from a terraform configuration.
3131
* `backend_config_file`
3232

3333
Comma separated list of terraform backend config files to use.
34-
Paths should be relative to the repository root.
34+
Paths should be relative to the GitHub Actions workspace
3535

3636
- Type: string
3737
- Optional

terraform-plan/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ The [dflook/terraform-apply](https://github.com/dflook/terraform-github-actions/
5151
* `var_file`
5252

5353
Comma separated list of tfvars files to use.
54-
Paths should be relative to the repository root.
54+
Paths should be relative to the GitHub Actions workspace
5555

5656
- Type: string
5757
- Optional
@@ -66,7 +66,7 @@ The [dflook/terraform-apply](https://github.com/dflook/terraform-github-actions/
6666
* `backend_config_file`
6767

6868
Comma separated list of terraform backend config files to use.
69-
Paths should be relative to the repository root.
69+
Paths should be relative to the GitHub Actions workspace
7070

7171
- Type: string
7272
- Optional

terraform-remote-state/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Retrieves the root-level outputs from a terraform remote state.
3131
* `backend_config_file`
3232

3333
Comma separated list of terraform backend config files to use.
34-
Paths should be relative to the repository root.
34+
Paths should be relative to the GitHub Actions workspace
3535

3636
- Type: string
3737
- Optional

0 commit comments

Comments
 (0)