Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 576 Bytes

resource_pacticipant.html.markdown

File metadata and controls

20 lines (14 loc) · 576 Bytes

Pacticipant Resource

This resource manages the lifecycle of a Pacticipant. A Pacticipant is an application that may perform the role of a consumer or a provider in the Pact ecosystem.

Example Usage

The following examples show the basic usage of the resource.

resource "pact_pacticipant" "admin" {
  name = "AdminService"
  repository_url = "github.com/company/admin"
}

Argument Reference

The following arguments are supported:

  • name - (Required, string) The name of the Pacticipant.
  • repository_url - (Optional, string) A URL to the repository