We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 350ab37 commit 9be9d8bCopy full SHA for 9be9d8b
website/docs/r/workspace_settings.markdown
@@ -55,7 +55,7 @@ resource "tfe_workspace" "test" {
55
56
resource "tfe_workspace_settings" "test-settings" {
57
workspace_id = tfe_workspace.test.id
58
- agent_pool_id = tfe_agent_pool.test-agent-pool.id
+ agent_pool_id = tfe_agent_pool_allowed_workspaces.test.agent_pool_id
59
execution_mode = "agent"
60
}
61
```
0 commit comments