{"id":28378657,"url":"https://github.com/env0/terraform-env0-project","last_synced_at":"2026-02-04T00:33:43.971Z","repository":{"id":74630446,"uuid":"436798461","full_name":"env0/terraform-env0-project","owner":"env0","description":"Terraform Module for creating env0 Projects with Policies","archived":false,"fork":false,"pushed_at":"2024-02-02T23:44:09.000Z","size":42,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-16T23:27:37.192Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/env0.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-12-10T00:12:55.000Z","updated_at":"2021-12-10T21:50:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"379fbf24-a841-4db8-a265-5df83903a9b4","html_url":"https://github.com/env0/terraform-env0-project","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/env0/terraform-env0-project","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/env0%2Fterraform-env0-project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/env0%2Fterraform-env0-project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/env0%2Fterraform-env0-project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/env0%2Fterraform-env0-project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/env0","download_url":"https://codeload.github.com/env0/terraform-env0-project/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/env0%2Fterraform-env0-project/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29062689,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-04T00:26:14.114Z","status":"ssl_error","status_checked_at":"2026-02-04T00:23:06.435Z","response_time":96,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-05-30T02:07:04.482Z","updated_at":"2026-02-04T00:33:43.941Z","avatar_url":"https://github.com/env0.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"[\u003cimg src=\"https://assets-global.website-files.com/5dc3f52851595b160ba99670/6037a6f27d9050ef91b90a86_env0-opengraph%402x.png\" alt=\"env0 Logo\" width=\"300\"\u003e](https://env0.com)\n\n# Terraform env0 Project Module\nUsing the env0 TF provider to create an env0 Project (and sub projects) along with configuring the team and role assignments.\n\nSee [examples](examples/README.md) for how to use this module\n\n\n\u003c!-- BEGIN_TF_DOCS --\u003e\n## Requirements\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"requirement_terraform\"\u003e\u003c/a\u003e [terraform](#requirement\\_terraform) | \u003e= 1.2.0 |\n| \u003ca name=\"requirement_env0\"\u003e\u003c/a\u003e [env0](#requirement\\_env0) | \u003e 1.4.0 |\n\n## Providers\n\nNo providers.\n\n## Modules\n\n| Name | Source | Version |\n|------|--------|---------|\n| \u003ca name=\"module_project\"\u003e\u003c/a\u003e [project](#module\\_project) | ./modules/projects | n/a |\n| \u003ca name=\"module_sub_project\"\u003e\u003c/a\u003e [sub\\_project](#module\\_sub\\_project) | ./modules/projects | n/a |\n\n## Resources\n\nNo resources.\n\n## Inputs\n\n| Name | Description | Type | Default | Required |\n|------|-------------|------|---------|:--------:|\n| \u003ca name=\"input_projects\"\u003e\u003c/a\u003e [projects](#input\\_projects) | map of object with names, descriptions, credentials and policies | \u003cpre\u003emap(\u003cbr\u003e    object({\u003cbr\u003e      name        = string\u003cbr\u003e      description = optional(string)\u003cbr\u003e      credential  = optional(string)\u003cbr\u003e      policy = optional(object({\u003cbr\u003e        continuous_deployment_default = optional(bool)\u003cbr\u003e        disable_destroy_environments  = optional(bool)\u003cbr\u003e        include_cost_estimation       = optional(bool)\u003cbr\u003e        number_of_environments        = optional(string)\u003cbr\u003e        number_of_environments_total  = optional(string)\u003cbr\u003e        requires_approval_default     = optional(bool)\u003cbr\u003e        run_pull_request_plan_default = optional(bool)\u003cbr\u003e        skip_apply_when_plan_is_empty = optional(bool)\u003cbr\u003e        skip_redundant_deployments    = optional(bool)\u003cbr\u003e      }))\u003cbr\u003e      team_role_assignments = optional(list(\u003cbr\u003e        object({\u003cbr\u003e          team_name        = string\u003cbr\u003e          custom_role_name = string\u003cbr\u003e        })\u003cbr\u003e      ))\u003cbr\u003e      sub_projects = optional(map(\u003cbr\u003e        object({\u003cbr\u003e          name        = string\u003cbr\u003e          description = optional(string)\u003cbr\u003e          credential  = optional(string)\u003cbr\u003e          policy = optional(object({\u003cbr\u003e            continuous_deployment_default = optional(bool)\u003cbr\u003e            disable_destroy_environments  = optional(bool)\u003cbr\u003e            include_cost_estimation       = optional(bool)\u003cbr\u003e            number_of_environments        = optional(string)\u003cbr\u003e            number_of_environments_total  = optional(string)\u003cbr\u003e            requires_approval_default     = optional(bool)\u003cbr\u003e            run_pull_request_plan_default = optional(bool)\u003cbr\u003e            skip_apply_when_plan_is_empty = optional(bool)\u003cbr\u003e            skip_redundant_deployments    = optional(bool)\u003cbr\u003e          }))\u003cbr\u003e          team_role_assignments = optional(list(\u003cbr\u003e            object({\u003cbr\u003e              team_name        = string\u003cbr\u003e              custom_role_name = string\u003cbr\u003e            })\u003cbr\u003e          ))\u003cbr\u003e        })\u003cbr\u003e      ))\u003cbr\u003e    })\u003cbr\u003e  )\u003c/pre\u003e | n/a | yes |\n\n## Outputs\n\n| Name | Description |\n|------|-------------|\n| \u003ca name=\"output_projects\"\u003e\u003c/a\u003e [projects](#output\\_projects) | n/a |\n| \u003ca name=\"output_sub_projects\"\u003e\u003c/a\u003e [sub\\_projects](#output\\_sub\\_projects) | n/a |\n\u003c!-- END_TF_DOCS --\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenv0%2Fterraform-env0-project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fenv0%2Fterraform-env0-project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenv0%2Fterraform-env0-project/lists"}