-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
update generated docs action
committed
Feb 12, 2024
1 parent
bc135d1
commit 339692b
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "env0_module_testing_project Data Source - terraform-provider-env0" | ||
subcategory: "" | ||
description: |- | ||
Can be used to get the projectid for agentprojectassignment and cloudcredentialsprojectassignment | ||
--- | ||
|
||
# env0_module_testing_project (Data Source) | ||
|
||
Can be used to get the project_id for agent_project_assignment and cloud_credentials_project_assignment | ||
|
||
## Example Usage | ||
|
||
```terraform | ||
data "env0_module_testing_project" "project" {} | ||
data "env0_agents" "agents" {} | ||
resource "env0_agent_project_assignment" "example" { | ||
agent_id = data.env0_agents.agents.0.agent_key | ||
project_id = env0_module_testing_project.project.id | ||
} | ||
``` | ||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Read-Only | ||
|
||
- `id` (String) the module testing project id | ||
- `name` (String) the module testing project id |