{"id":29551332,"url":"https://github.com/libre-devops/terraform-azure-azdo-pipeline-templates-powershell-wrapper","last_synced_at":"2026-01-20T18:08:41.591Z","repository":{"id":294776495,"uuid":"987982473","full_name":"libre-devops/terraform-azure-azdo-pipeline-templates-powershell-wrapper","owner":"libre-devops","description":"A repo containining pipeline templates for Azure DevOps","archived":false,"fork":false,"pushed_at":"2025-07-03T22:31:32.000Z","size":265,"stargazers_count":0,"open_issues_count":0,"forks_count":9,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-17T05:06:17.394Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PowerShell","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/libre-devops.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"2025-05-21T22:04:09.000Z","updated_at":"2025-07-12T22:49:17.000Z","dependencies_parsed_at":"2025-06-22T16:19:20.080Z","dependency_job_id":"585cca6e-e716-413c-8604-33ebda7a5ab0","html_url":"https://github.com/libre-devops/terraform-azure-azdo-pipeline-templates-powershell-wrapper","commit_stats":null,"previous_names":["libre-devops/terraform-azure-azdo-pipline-templates","libre-devops/terraform-azure-azdo-pipeline-templates"],"tags_count":1,"template":false,"template_full_name":"libre-devops/terraform-module-template","purl":"pkg:github/libre-devops/terraform-azure-azdo-pipeline-templates-powershell-wrapper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libre-devops%2Fterraform-azure-azdo-pipeline-templates-powershell-wrapper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libre-devops%2Fterraform-azure-azdo-pipeline-templates-powershell-wrapper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libre-devops%2Fterraform-azure-azdo-pipeline-templates-powershell-wrapper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libre-devops%2Fterraform-azure-azdo-pipeline-templates-powershell-wrapper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/libre-devops","download_url":"https://codeload.github.com/libre-devops/terraform-azure-azdo-pipeline-templates-powershell-wrapper/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libre-devops%2Fterraform-azure-azdo-pipeline-templates-powershell-wrapper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28608121,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T16:10:39.856Z","status":"ssl_error","status_checked_at":"2026-01-20T16:10:39.493Z","response_time":117,"last_error":"SSL_read: 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-07-18T04:05:38.868Z","updated_at":"2026-01-20T18:08:41.573Z","avatar_url":"https://github.com/libre-devops.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Libre DevOps – Terraform Azure DevOps Pipeline Templates\n\nA curated collection of reusable Azure DevOps pipeline templates designed to streamline Terraform-based infrastructure deployments on Azure.\n\n---\n\n## 📦 Repository Structure\n\n- `.azuredevops/` — Azure DevOps pipeline templates and YAML files.\n- `.github/` — GitHub-specific configurations and workflows.\n- `PowerShellModules/` — Custom PowerShell modules used in the pipeline orchestration.\n- `Tests/` — Example test scripts and related resources.\n- `containers/` — Container and Docker-related definitions for pipeline/testing.\n- `terraform/` — Example Terraform modules and configuration for test/demo use.\n- `Run-AzTerraform.ps1` — PowerShell script used to orchestrate Terraform init/plan/apply/destroy logic.\n- `Run-Docker.ps1` — PowerShell script to build and run local Docker containers for testing.\n- `Terraform-Release.ps1` — Script to manage release/versioning of Terraform modules.\n\n---\n\n## 🚀 Getting Started\n\n### Prerequisites\n\n- Azure DevOps organization and permissions to create pipelines and service connections.\n- Azure subscription for resource deployments.\n- [Terraform](https://www.terraform.io/) (unless using the provided Docker/tenv setup).\n- [Docker](https://www.docker.com/) (optional, for local dev/testing).\n\n---\n\n### Usage\n\n1. **Clone the repository:**\n\n   ```bash\n   git clone https://github.com/libre-devops/terraform-azure-azdo-pipeline-templates.git\n   ```\n\n2. **Reference the Templates:**\n\n   Reference pipeline templates from the `.azuredevops/` directory in your Azure DevOps pipeline YAML files. Example:\n\n   ```yaml\n   stages:\n     - template: .azuredevops/templates/stages/terraform-init-plan.yaml\n       parameters:\n         # ...your parameters here\n   ```\n\n3. **Customize Parameters:**\n\n   Adjust template parameters for your own Azure environment and Terraform stacks.\n\n4. **Run Your Pipeline:**\n\n   Create and run pipelines via Azure DevOps Pipelines UI or CLI.\n\n---\n\n## 🧪 Local Testing with Docker\n\nFor local, containerized testing, use the included `Run-Docker.ps1` script:\n\n```powershell\n.\\Run-Docker.ps1\n```\n\nThis will build a Docker image and execute scripts in a consistent environment matching the pipeline.\n\n---\n\n## 📄 License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n---\n\n## 🙌 More Information\n\n- Visit [Libre DevOps](https://github.com/libre-devops) for more modules, pipelines, and best-practice infrastructure code.\n- Issues and PRs welcome!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flibre-devops%2Fterraform-azure-azdo-pipeline-templates-powershell-wrapper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flibre-devops%2Fterraform-azure-azdo-pipeline-templates-powershell-wrapper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flibre-devops%2Fterraform-azure-azdo-pipeline-templates-powershell-wrapper/lists"}