From 969e5ffb397d89e65b91a10670a8507cf0676c8e Mon Sep 17 00:00:00 2001 From: update generated docs action Date: Wed, 4 Sep 2024 14:43:32 +0000 Subject: [PATCH] Update docs --- docs/resources/agent_project_assignment.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/resources/agent_project_assignment.md b/docs/resources/agent_project_assignment.md index 6d4f7266..03a631d8 100644 --- a/docs/resources/agent_project_assignment.md +++ b/docs/resources/agent_project_assignment.md @@ -3,12 +3,12 @@ page_title: "env0_agent_project_assignment Resource - terraform-provider-env0" subcategory: "" description: |- - + assign an agent to a project (multiple self-hosted agents). More details here: https://docs.env0.com/docs/multiple-self-hosted-agents --- # env0_agent_project_assignment (Resource) - +assign an agent to a project (multiple self-hosted agents). More details here: https://docs.env0.com/docs/multiple-self-hosted-agents ## Example Usage @@ -43,5 +43,5 @@ resource "env0_agent_project_assignment" "example" { Import is supported using the following syntax: ```shell -terraform import env0_agent_project_assigment.example agent-id_project-id +terraform import env0_agent_project_assigment.example project_id ```