Skip to content

Commit

Permalink
chore: fix 404 (#574)
Browse files Browse the repository at this point in the history
  • Loading branch information
alikhajeh1 authored Oct 23, 2023
1 parent 7b3f965 commit 2670e87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/features/environment_variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ We recommend exporting environment variables using quotes so values with spaces
:::

- `INFRACOST_VCS_PROVIDER`: Required. Can be "github", "gitlab", "azure_repos" or "bitbucket". For GitHub Enterprise also use "github", for GitLab Enterprise also use "gitlab".
- `INFRACOST_VCS_REPOSITORY_URL`: Required. HTTPS URL of the repository, e.g. "https://github.com/infracost/example-terraform"
- `INFRACOST_VCS_PULL_REQUEST_URL`: Required. HTTP URL of the pull request, e.g. "https://github.com/alikhajeh1/example-terraform/pull/2"
- `INFRACOST_VCS_REPOSITORY_URL`: Required. HTTPS URL of the repository, e.g. `https://github.com/infracost/example-terraform`
- `INFRACOST_VCS_PULL_REQUEST_URL`: Required. HTTP URL of the pull request, e.g. `https://github.com/alikhajeh1/example-terraform/pull/2`
- `INFRACOST_VCS_PULL_REQUEST_AUTHOR`: Required. Author username or full name of the pull request, e.g. "john190" or "John Smith". If you can't get this easily, you can also set this to the git username of the first or last commit.
- `INFRACOST_VCS_PULL_REQUEST_TITLE`: Required. Title of the pull request, e.g. "Increase IOPS"
- `INFRACOST_VCS_BASE_BRANCH`: Required. Name of the base branch that the pull request is being merged into, this is usually "master" or "main". Without this the Jira integration does not work properly.
Expand Down

0 comments on commit 2670e87

Please sign in to comment.