Skip to content

Commit

Permalink
Merge pull request #1197 from hashicorp/brandonc/workspace_settings_d…
Browse files Browse the repository at this point in the history
…oc_example

Update workspace_settings.markdown
  • Loading branch information
brandonc committed Jan 2, 2024
2 parents 350ab37 + 9be9d8b commit a2cc0e7
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 a2cc0e7

Please sign in to comment.