{"id":15567827,"url":"https://github.com/circa10a/terraform-feature-toggle-example","last_synced_at":"2025-10-12T21:30:57.360Z","repository":{"id":80278547,"uuid":"332267450","full_name":"circa10a/terraform-feature-toggle-example","owner":"circa10a","description":"A repo to demonstrate enabling/disabling of infrastructure features","archived":true,"fork":false,"pushed_at":"2021-01-23T19:21:53.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-29T23:33:57.185Z","etag":null,"topics":["digitalocean","feature-flags","feature-toggles","terraform","terraform-module"],"latest_commit_sha":null,"homepage":"https://dev.to/circa10a/how-to-use-feature-toggles-with-terraform-28fi","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/circa10a.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}},"created_at":"2021-01-23T17:25:34.000Z","updated_at":"2024-09-14T23:10:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"788bf148-b8e7-4c57-bc36-f62262bcd286","html_url":"https://github.com/circa10a/terraform-feature-toggle-example","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/circa10a/terraform-feature-toggle-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/circa10a%2Fterraform-feature-toggle-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/circa10a%2Fterraform-feature-toggle-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/circa10a%2Fterraform-feature-toggle-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/circa10a%2Fterraform-feature-toggle-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/circa10a","download_url":"https://codeload.github.com/circa10a/terraform-feature-toggle-example/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/circa10a%2Fterraform-feature-toggle-example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279013112,"owners_count":26085232,"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-12T02:00:06.719Z","response_time":53,"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":["digitalocean","feature-flags","feature-toggles","terraform","terraform-module"],"created_at":"2024-10-02T17:13:31.185Z","updated_at":"2025-10-12T21:30:57.354Z","avatar_url":"https://github.com/circa10a.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# terraform feature toggle example \u003cimg src=\"https://i.imgur.com/fAS7XqO.png\" height=\"5%\" width=\"5%\" align=\"left\"/\u003e\n\nA repo to demonstrate enabling/disabling of infrastructure features\n\n![alt text](https://media.giphy.com/media/xT5LMWOExnRmXt2vFS/giphy.gif)\n\n## Usage\n\n### Module\n\n```hcl\nmodule \"do_load_balanced_nginx\" {\n  source = \"git::https://github.com/circa10a/terraform-feature-toggle-example.git/\"\n}\n```\n\n### Local\n\nClone the repository then install modules and provider\n\n```bash\ngit clone https://github.com/circa10a/terraform-feature-toggle-example.git/\ncd terraform-feature-toggle-example/\nterraform init\n```\n\n## Config\n\nConfiguration has defaults in `default.auto.tfvars`\n\n## Inputs\n\n| Variable                  | Type     | Default              |\n|---------------------------|----------|----------------------|\n| `instance_count`          | `number` | `1`                  |\n| `load_balancing_enabled`  | `bool`   | `false`              |\n\n## Outputs\n\n| Outputs                   | Type           |\n|---------------------------|----------------|\n| `droplet_ips`             | `list(string)` |\n| `load_balancer_ip`        | `string`       |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcirca10a%2Fterraform-feature-toggle-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcirca10a%2Fterraform-feature-toggle-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcirca10a%2Fterraform-feature-toggle-example/lists"}