pactflow / terraform-provider-pact

Terraform provider for Pact Broker (and Pactflow)
https://pactflow.io
MIT License
24 stars 4 forks source link

Feature: Support System Users #23

Closed mefellows closed 2 years ago

mefellows commented 2 years ago

The current User resource supports standard users but not system accounts.

From this thread

I see that the user resource supports "user" and "system" as values for the type property (which by the way should probably be included in the docs), but the email is still required and the result is the creation of a regular user, not a system account.

For clarity, the System User is actually a different resource in the system and uses different APIs.

mefellows commented 2 years ago

Added in 426b6bb and released in 0.0.8.