-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: parameterise acceptance pactflow URL (#31)
- Loading branch information
Showing
4 changed files
with
16 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Developer Docs | ||
|
||
## Build Environment | ||
|
||
* `ACCEPTANCE_PACT_BROKER_BASE_URL` - PactFlow acount FQDN to test the Terraform Acceptance suite against | ||
* `ACCEPTANCE_PACT_BROKER_TOKEN` - PactFlow account API token to test the Terraform Acceptance suite against | ||
* `GPG_PRIVATE_KEY` - GPG Key Registered with Terraform to sign and publish artifacts with | ||
* `PACTFLOW_PACT_BROKER_BASE_URL` - PactFlow account FQDN to publish the pact files to (pacts are not currently verified) | ||
* `PACTFLOW_PACT_BROKER_TOKEN` - PactFlow account API Token to publish the pact files to |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters