{"id":29099940,"url":"https://github.com/bcc-code/terraform-azure-platform","last_synced_at":"2026-02-04T15:32:57.245Z","repository":{"id":103064041,"uuid":"607116983","full_name":"bcc-code/terraform-azure-platform","owner":"bcc-code","description":"Terraform modules for Azure resources","archived":false,"fork":false,"pushed_at":"2023-03-16T09:33:27.000Z","size":47,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-28T17:48:11.774Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bcc-code.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":"2023-02-27T10:53:31.000Z","updated_at":"2023-03-14T11:45:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"ebdd1955-e11c-434f-8725-facf88bb9da6","html_url":"https://github.com/bcc-code/terraform-azure-platform","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/bcc-code/terraform-azure-platform","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcc-code%2Fterraform-azure-platform","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcc-code%2Fterraform-azure-platform/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcc-code%2Fterraform-azure-platform/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcc-code%2Fterraform-azure-platform/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bcc-code","download_url":"https://codeload.github.com/bcc-code/terraform-azure-platform/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcc-code%2Fterraform-azure-platform/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29088571,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-04T03:31:03.593Z","status":"ssl_error","status_checked_at":"2026-02-04T03:29:50.742Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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-06-28T17:37:52.057Z","updated_at":"2026-02-04T15:32:57.240Z","avatar_url":"https://github.com/bcc-code.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Terraform modules for Azure resources\nThe modules are wrappers over `azurerm` provider resources that sets default values for most parameters so that deploying those resources is easier but the devs still have enough flexibility.\nThey implement the same parameter structure as the resources so the official documentation can be used for information about how parameters work and how are they called.\nThey implement a few extra parameters as well with the same purpose of making the usage easier.\nAdditional usage information and details about the additional parameters and the default values should be found in the README of each module.\n\nPassing blocks as parameters for a module is not possible\n```hcl\nmodule \"container_app_second_component\" {\n  source                    = \"bcc-code/platform/azure//modules/container_app\"\n  template { # Not supported by terraform\n    # ...\n  }\n}\n```\n\nThe blocks should be instead passed as objects\n```hcl\nmodule \"container_app_second_component\" {\n  source                    = \"bcc-code/platform/azure//modules/container_app\"\n  template = { # Note the equal\n    # ...\n  }\n}\n```\n\n## Documentation\nThe documentation for this project was automatically generated using `terraform-docs .`.\n\u003c!-- BEGIN_TF_DOCS --\u003e\n\n\u003c!-- END_TF_DOCS --\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbcc-code%2Fterraform-azure-platform","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbcc-code%2Fterraform-azure-platform","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbcc-code%2Fterraform-azure-platform/lists"}