File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -198,6 +198,7 @@ Defaults are the same as in the Terraform provider `github` resource `github_rep
198198Apply the configuration using Terraform :
199199
200200` ` ` shell
201+ # Environment variables
201202export AWS_REGION=<aws-region>
202203export AWS_ENDPOINT_URL_S3=<aws-endpoint-url-s3> # Only for non-AWS S3 compatible APIs
203204export AWS_ACCESS_KEY_ID=<aws-access-key-id>
@@ -209,8 +210,9 @@ export GITHUB_APP_INSTALLATION_ID=<app-installation-id>
209210export GITHUB_APP_PEM_FILE=$(cat <app-private-key.pem>)
210211
211212export TF_WORKSPACE="$GITHUB_OWNER"
212- export TF_VAR_path="test.yaml"
213+ export TF_VAR_path="../ test.yaml"
213214
215+ # Terraform
214216terraform -chdir=terraform init
215217terraform -chdir=terraform plan
216218terraform -chdir=terraform apply
You can’t perform that action at this time.
0 commit comments