We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
tfe_agent_pool_allowed_workspaces
1 parent 6bbcd84 commit 2b7aa8fCopy full SHA for 2b7aa8f
1 file changed
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