Skip to content

Commit e4f090d

Browse files
committed
docs(readme): fix test github organization configuration path
1 parent 2f9b7e3 commit e4f090d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ Defaults are the same as in the Terraform provider `github` resource `github_rep
198198
Apply the configuration using Terraform:
199199

200200
```shell
201+
# Environment variables
201202
export AWS_REGION=<aws-region>
202203
export AWS_ENDPOINT_URL_S3=<aws-endpoint-url-s3> # Only for non-AWS S3 compatible APIs
203204
export AWS_ACCESS_KEY_ID=<aws-access-key-id>
@@ -209,8 +210,9 @@ export GITHUB_APP_INSTALLATION_ID=<app-installation-id>
209210
export GITHUB_APP_PEM_FILE=$(cat <app-private-key.pem>)
210211
211212
export TF_WORKSPACE="$GITHUB_OWNER"
212-
export TF_VAR_path="test.yaml"
213+
export TF_VAR_path="../test.yaml"
213214
215+
# Terraform
214216
terraform -chdir=terraform init
215217
terraform -chdir=terraform plan
216218
terraform -chdir=terraform apply

0 commit comments

Comments
 (0)