{"id":21206475,"url":"https://github.com/fluentci-io/opentofu-plugin","last_synced_at":"2026-04-25T08:34:00.786Z","repository":{"id":251753228,"uuid":"837946693","full_name":"fluentci-io/opentofu-plugin","owner":"fluentci-io","description":"CI/CD Plugin for OpenTofu","archived":false,"fork":false,"pushed_at":"2024-08-05T12:55:44.000Z","size":8,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-10T02:11:51.317Z","etag":null,"topics":["cicd","infrastructure-as-code","opentofu","rust","wasm","webassembly"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/fluentci-io.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":"2024-08-04T14:13:08.000Z","updated_at":"2024-08-05T12:58:17.000Z","dependencies_parsed_at":"2024-08-05T14:57:52.286Z","dependency_job_id":null,"html_url":"https://github.com/fluentci-io/opentofu-plugin","commit_stats":null,"previous_names":["fluentci-io/opentofu-plugin"],"tags_count":1,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentci-io%2Fopentofu-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentci-io%2Fopentofu-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentci-io%2Fopentofu-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentci-io%2Fopentofu-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fluentci-io","download_url":"https://codeload.github.com/fluentci-io/opentofu-plugin/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243658276,"owners_count":20326467,"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","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":["cicd","infrastructure-as-code","opentofu","rust","wasm","webassembly"],"created_at":"2024-11-20T20:55:50.663Z","updated_at":"2025-12-30T11:38:51.400Z","avatar_url":"https://github.com/fluentci-io.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"# OpenTofu Plugin\n\n[![fluentci pipeline](https://shield.fluentci.io/x/opentofu)](https://pkg.fluentci.io/opentofu)\n[![ci](https://github.com/fluentci-io/opentofu-plugin/actions/workflows/ci.yml/badge.svg)](https://github.com/fluentci-io/opentofu-plugin/actions/workflows/ci.yml)\n\nThis plugin sets up your CI/CD pipeline with a specific version of [OpenTofu](https://opentofu.org).\n\n## 🚀 Usage\n\nAdd the following command to your CI configuration file:\n\n```bash\nfluentci run --wasm opentofu setup\n```\n\n## Functions\n\n| Name     | Description                                        |\n| -------- | -------------------------------------------------- |\n| setup    | Install a specific version of OpenTofu.            |\n| init     | Prepare your working directory for other commands  |\n| validate | Check whether the configuration is valid           |\n| plan     | Show changes required by the current configuration |\n| apply    | Create or update infrastructure                    |\n| destroy  | Destroy previously-created infrastructure          |\n\n## Code Usage\n\nAdd `fluentci-pdk` crate to your `Cargo.toml`:\n\n```toml\n[dependencies]\nfluentci-pdk = \"0.2.1\"\n```\n\nUse the following code to call the plugin:\n\n```rust\nuse fluentci_pdk::dag;\n\n// ...\n\ndag().call(\"https://pkg.fluentci.io/opentofu@v0.1.0?wasm=1\", \"setup\", vec![\"latest\"])?;\n```\n\n## 📚 Examples\n\nGithub Actions:\n\n```yaml\n- name: Setup Fluent CI CLI\n  uses: fluentci-io/setup-fluentci@v5\n  with:\n    wasm: true\n    plugin: opentofu\n    args: |\n      init\n      validate\n      plan\n      apply -auto-approve\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluentci-io%2Fopentofu-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffluentci-io%2Fopentofu-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluentci-io%2Fopentofu-plugin/lists"}