Skip to content

Commit

Permalink
Update workspace_settings.markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonc authored Jan 2, 2024
1 parent 350ab37 commit 9be9d8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/workspace_settings.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ resource "tfe_workspace" "test" {
resource "tfe_workspace_settings" "test-settings" {
workspace_id = tfe_workspace.test.id
agent_pool_id = tfe_agent_pool.test-agent-pool.id
agent_pool_id = tfe_agent_pool_allowed_workspaces.test.agent_pool_id
execution_mode = "agent"
}
```
Expand Down

0 comments on commit 9be9d8b

Please sign in to comment.