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.
tfe_agent_pool_allowed_workspaces
1 parent 8c5dacf commit f9e2e93Copy full SHA for f9e2e93
website/docs/r/agent_pool_allowed_workspaces.html.markdown
@@ -38,7 +38,7 @@ resource "tfe_agent_pool" "test-agent-pool" {
38
// Ensure permissions are assigned second
39
resource "tfe_agent_pool_allowed_workspaces" "allowed" {
40
agent_pool_id = tfe_agent_pool.test-agent-pool.id
41
- allowed_workspace_ids = [for key, value in tfe_workspace.test.*.id : value]
+ allowed_workspace_ids = [tfe_workspace.test-workspace.id]
42
}
43
44
// Lastly, ensure the workspace agent execution is assigned last by
0 commit comments