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.
2 parents 350ab37 + 9be9d8b commit a2cc0e7Copy full SHA for a2cc0e7
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