Skip to content

Commit ecd1dbd

Browse files
committed
docs: add environments to readme
1 parent 6b5ae7e commit ecd1dbd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ https://registry.terraform.io/providers/pactflow/pact/latest
142142
| [Users](docs/resources/user.md) | Resource | Pactflow | Manage Pactflow Users |
143143
| [Roles](docs/resources/role.md) | Resource | Pactflow | Manage Pactflow Roles |
144144
| [Teams](docs/resources/team.md) | Resource | Pactflow | Manage Pactflow Teams |
145+
| [Environments](docs/resources/environment.md) | Resource | Pact Broker + Pactflow | Manage Environments |
145146
| [Authentication Settings](docs/resources/authentication.md) | Resource | Pactflow | Manage Pactflow Authentication (Github, Google etc.) |
146147

147148
See our [Docs](./docs) folder for all plugins.

docs/resources/environment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The following arguments are supported:
2424
- `name` - (Required, string) The string name of a environment to create. This must be contain only alphanumeric strings.
2525
- `display_name` - (Required, string) The visible display name of the environment
2626
- `production` - (Required, boolean) Whether or not the environment is a "production" environment or not
27-
- `team_uuids` - (Optional, list of strings) The list of teams to assign to the team
27+
- `team_uuids` - (Optional, list of strings) The list of teams to assign to the team. _NOTE_: this is a Pactflow only property and has no effect for Pact Broker users.
2828

2929
## Importing
3030

0 commit comments

Comments
 (0)