Skip to content

Commit a2cc0e7

Browse files
authored
Merge pull request #1197 from hashicorp/brandonc/workspace_settings_doc_example
Update workspace_settings.markdown
2 parents 350ab37 + 9be9d8b commit a2cc0e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/r/workspace_settings.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ resource "tfe_workspace" "test" {
5555
5656
resource "tfe_workspace_settings" "test-settings" {
5757
workspace_id = tfe_workspace.test.id
58-
agent_pool_id = tfe_agent_pool.test-agent-pool.id
58+
agent_pool_id = tfe_agent_pool_allowed_workspaces.test.agent_pool_id
5959
execution_mode = "agent"
6060
}
6161
```

0 commit comments

Comments
 (0)