You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/r/agent_pool_allowed_workspaces.html.markdown
+14-5Lines changed: 14 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,22 +7,23 @@ description: |-
7
7
8
8
# tfe_agent_pool_allowed_workspaces
9
9
10
-
Adds and removes allowed workspaces on an agent pool
10
+
Adds and removes allowed workspaces on an agent pool.
11
11
12
12
~> **NOTE:** This resource requires using the provider with Terraform Cloud and a Terraform Cloud
13
13
for Business account.
14
14
[Learn more about Terraform Cloud pricing here](https://www.hashicorp.com/products/terraform/pricing).
15
15
16
16
## Example Usage
17
17
18
-
Basic usage:
18
+
In this example, the agent pool and workspace are connected through other resources that manage the agent pool permissions as well as the workspace execution mode. Notice that the `tfe_workspace_settings` uses the agent pool reference found in `tfe_agent_pool_allowed_workspaces` in order to create the permission to use the agent pool before assigning it.
0 commit comments