{"id":19738726,"url":"https://github.com/linkernetworks/observ-terraform","last_synced_at":"2026-06-07T22:33:15.125Z","repository":{"id":133655183,"uuid":"371580327","full_name":"linkernetworks/observ-terraform","owner":"linkernetworks","description":"terraform for observ platform","archived":false,"fork":false,"pushed_at":"2021-08-12T08:42:36.000Z","size":52,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-08-18T15:52:49.491Z","etag":null,"topics":["deployment","terraform"],"latest_commit_sha":null,"homepage":"","language":"HCL","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/linkernetworks.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}},"created_at":"2021-05-28T04:34:35.000Z","updated_at":"2022-05-27T16:25:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"2f3c616f-8bd6-4639-8688-e68595dd1387","html_url":"https://github.com/linkernetworks/observ-terraform","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/linkernetworks/observ-terraform","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linkernetworks%2Fobserv-terraform","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linkernetworks%2Fobserv-terraform/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linkernetworks%2Fobserv-terraform/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linkernetworks%2Fobserv-terraform/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/linkernetworks","download_url":"https://codeload.github.com/linkernetworks/observ-terraform/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linkernetworks%2Fobserv-terraform/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34041087,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-07T02:00:07.652Z","response_time":124,"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":["deployment","terraform"],"created_at":"2024-11-12T01:15:05.564Z","updated_at":"2026-06-07T22:33:15.108Z","avatar_url":"https://github.com/linkernetworks.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Observ platform - terraform deploy\n\n## Prerequisite\n\n- Either one of\n    - Azure Cloud Shell\n    - Bash with\n        - Helm\n        - Terraform\n- Azure account with permissions\n\n## How to use\n\n```bash\ngit clone https://github.com/goatwu1993/observ-terraform.git\n\ncd observ-terraform/setups/observ-compose\n\nterraform init\n\nterraform plan -var=\"image_tag=1.7.0\" -out=out.tfplan\n\n... (input some information)\n\nterraform apply \"out.tfplan\"\n```\n\n- Please choose an unique suffix to avoid conflict. Accept lowercase char only.\n- Web FCM API is optional\n\n## Developing\n\n### Resource\n\n- Place resources under `main.tf` if not too much.\n- If a resource describe it self or only one within module, name it `this`.\n- Name is always singular noun\n- `count` at start\n- `tags` at the 3rd last. Include tags argument, if supported by resource.\n- `depends_on` at the 2nd last\n- `lifecycle` at the 1st last\n\n### Datas\n- Place datas in `main.tf` if not too much. Else place it under `datas.tf`\n\n### Version\n\n- Place versions in `versions.tf`\n\n### Provider\n- No `providers.tf` under modules\n- Place providers in `providers.tf`\n\n### Variable\n\n- Place variables under `variables.tf`\n- Write descriptions.\n- No sensitive default value in default.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinkernetworks%2Fobserv-terraform","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flinkernetworks%2Fobserv-terraform","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinkernetworks%2Fobserv-terraform/lists"}