{"id":31630920,"url":"https://github.com/danielbmeireles/devcontainer","last_synced_at":"2026-05-04T11:36:13.570Z","repository":{"id":317604036,"uuid":"1068099006","full_name":"danielbmeireles/devcontainer","owner":"danielbmeireles","description":"A development container configuration optimized for Infrastructure as Code (IaC) and Azure cloud development.","archived":false,"fork":false,"pushed_at":"2025-10-01T21:28:43.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-01T23:27:21.864Z","etag":null,"topics":["azure","devcontainer","terraform"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/danielbmeireles.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-01T21:16:21.000Z","updated_at":"2025-10-01T21:29:09.000Z","dependencies_parsed_at":"2025-10-01T23:27:25.850Z","dependency_job_id":"7ca21b0d-9cae-4c18-975e-76c9ca3a5eb0","html_url":"https://github.com/danielbmeireles/devcontainer","commit_stats":null,"previous_names":["danielbmeireles/devcontainer"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/danielbmeireles/devcontainer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielbmeireles%2Fdevcontainer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielbmeireles%2Fdevcontainer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielbmeireles%2Fdevcontainer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielbmeireles%2Fdevcontainer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danielbmeireles","download_url":"https://codeload.github.com/danielbmeireles/devcontainer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielbmeireles%2Fdevcontainer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278691774,"owners_count":26029330,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-06T02:00:05.630Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["azure","devcontainer","terraform"],"created_at":"2025-10-06T22:33:50.796Z","updated_at":"2025-10-06T22:33:53.715Z","avatar_url":"https://github.com/danielbmeireles.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DevContainer\n\nA development container configuration optimized for **Infrastructure as Code (IaC)** and **Azure cloud development**.\n\n## Development Capabilities\n\nThis devcontainer is designed for:\n\n### Infrastructure as Code\n- **Terraform**: Complete Terraform development with formatting, validation, and linting\n- **Terragrunt**: Multi-environment Terraform orchestration\n- **Azure Infrastructure**: Specialized tooling for Azure resource provisioning\n\n### Cloud Platforms\n- **Azure**: Full Azure CLI integration with DevOps extensions\n- **GitHub**: GitHub CLI for repository and workflow management\n\n### Security \u0026 Compliance\n- **Checkov**: Infrastructure security and compliance scanning\n- **tfsec**: Terraform-specific security analysis\n- **Infracost**: Cloud cost estimation for infrastructure changes\n\n### Scripting \u0026 Automation\n- **Python**: Latest Python runtime for scripting and automation\n- **PowerShell**: Cross-platform PowerShell for Azure automation\n- **Bash**: Full bash scripting support with pre-configured aliases\n\n## Features\n\n- Pre-configured development environment\n- Pre-commit hooks for code quality\n- Terraform tooling integration\n- Security scanning with Checkov and tfsec\n- Cost analysis with Infracost\n- Git configuration and SSH key mounting\n\n## Getting Started\n\n1. Open this repository in VS Code\n2. When prompted, reopen in container\n3. The devcontainer will build and configure automatically\n\n## Installed Tools \u0026 Extensions\n\n### CLI Tools\n- Terraform (with tflint, tfsec, terraform-docs)\n- Terragrunt\n- Azure CLI (with azure-devops extension)\n- GitHub CLI\n- PowerShell\n- Python (latest)\n- Homebrew\n- Checkov\n- Infracost\n\n### VS Code Extensions\n- Terraform (HashiCorp)\n- Azure Terraform\n- Azure Pipelines\n- Azure CLI Tools\n- Checkov\n- Python\n- PowerShell\n- YAML\n- Git Graph\n- Git Blame\n- Markdown All in One\n\n## Pre-configured Aliases\n\nThe devcontainer includes helpful aliases for common operations:\n\n### Terraform\n- `tf` - terraform\n- `tfi` - terraform init\n- `tfp` - terraform plan\n- `tfa` - terraform apply\n- `tfd` - terraform destroy\n- `tfv` - terraform validate\n- `tff` - terraform fmt -recursive\n- `tfws` - terraform workspace select\n- `tfwl` - terraform workspace list\n\n### Terragrunt\n- `tg` - terragrunt\n- `tgp` - terragrunt plan\n- `tga` - terragrunt apply\n- `tgd` - terragrunt destroy\n- `tgra` - terragrunt run-all\n\n### Azure CLI\n- `azl` - az login\n- `azll` - az account list -o table\n- `azs` - az account set --subscription\n- `azsh` - az account show\n\n### Custom Functions\n- `tfcheck` - Runs complete validation pipeline (fmt, validate, tflint, tfsec, checkov)\n- `tfinit` - Terraform init with backend config support\n- `tfpc` - Terraform plan compact output\n\n## Pre-commit Hooks\n\nThis project uses pre-commit hooks to ensure code quality. The hooks include:\n\n- YAML and JSON validation\n- Merge conflict detection\n- Large file detection\n- Private key detection\n- Terraform formatting and validation\n- Terraform linting with tflint\n- Security scanning with tfsec\n- Infrastructure documentation with terraform-docs\n- Static code analysis with Checkov\n\nTo install the pre-commit hooks:\n\n```bash\npre-commit install\n```\n\nTo run manually:\n\n```bash\npre-commit run --all-files\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielbmeireles%2Fdevcontainer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanielbmeireles%2Fdevcontainer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielbmeireles%2Fdevcontainer/lists"}