{"id":18447637,"url":"https://github.com/koki-develop/terraform-provider-html","last_synced_at":"2026-04-12T08:41:20.613Z","repository":{"id":249461057,"uuid":"831582101","full_name":"koki-develop/terraform-provider-html","owner":"koki-develop","description":"The Next Generation HTML Builder.","archived":false,"fork":false,"pushed_at":"2025-04-16T21:54:01.000Z","size":562,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-07T20:41:50.052Z","etag":null,"topics":["html","terraform"],"latest_commit_sha":null,"homepage":"https://registry.terraform.io/providers/koki-develop/html/latest/docs","language":"Go","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/koki-develop.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-07-21T02:03:25.000Z","updated_at":"2025-05-11T00:28:54.000Z","dependencies_parsed_at":"2024-07-21T03:21:29.050Z","dependency_job_id":"7aef050d-ba72-41fb-b144-3bcebd305a2a","html_url":"https://github.com/koki-develop/terraform-provider-html","commit_stats":null,"previous_names":["koki-develop/terraform-provider-html"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/koki-develop/terraform-provider-html","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koki-develop%2Fterraform-provider-html","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koki-develop%2Fterraform-provider-html/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koki-develop%2Fterraform-provider-html/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koki-develop%2Fterraform-provider-html/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/koki-develop","download_url":"https://codeload.github.com/koki-develop/terraform-provider-html/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koki-develop%2Fterraform-provider-html/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31709294,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-12T06:22:27.080Z","status":"ssl_error","status_checked_at":"2026-04-12T06:21:52.710Z","response_time":58,"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":["html","terraform"],"created_at":"2024-11-06T07:13:59.958Z","updated_at":"2026-04-12T08:41:20.591Z","avatar_url":"https://github.com/koki-develop.png","language":"Go","readme":"\u003ch1 align=\"center\"\u003e\nHTML.tf\n\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n\u003cb\u003e\n\u003ci\u003e\nHTML × Terraform\n\u003c/i\u003e\n\u003c/b\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\nThe Next Generation HTML Builder.\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://github.com/koki-develop/terraform-provider-html/releases/latest\"\u003e\u003cimg src=\"https://img.shields.io/github/v/release/koki-develop/terraform-provider-html\" alt=\"GitHub release (latest by date)\"\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/koki-develop/terraform-provider-html/actions/workflows/test.yml\"\u003e\u003cimg src=\"https://img.shields.io/github/actions/workflow/status/koki-develop/terraform-provider-html/test.yml?logo=github\" alt=\"GitHub Workflow Status\"\u003e\u003c/a\u003e\n\u003ca href=\"https://goreportcard.com/report/github.com/koki-develop/terraform-provider-html\"\u003e\u003cimg src=\"https://goreportcard.com/badge/github.com/koki-develop/terraform-provider-html\" alt=\"Go Report Card\"\u003e\u003c/a\u003e\n\u003ca href=\"./LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/github/license/koki-develop/terraform-provider-html\" alt=\"LICENSE\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n```hcl\ndata \"html_html\" \"main\" {\n  children = [data.html_body.main.html]\n}\n\ndata \"html_body\" \"main\" {\n  children = [\n    data.html_h1.heading.html,\n    data.html_p.message.html,\n  ]\n}\n\ndata \"html_h1\" \"heading\" {\n  children = [\"Hello, HTML.tf!\"]\n}\n\ndata \"html_p\" \"message\" {\n  children = [\"This HTML was generated by ${data.html_a.html_tf.html}.\"]\n}\n\ndata \"html_a\" \"html_tf\" {\n  href     = \"https://registry.terraform.io/providers/koki-develop/html/latest/docs\"\n  children = [\"HTML.tf\"]\n}\n\nresource \"local_file\" \"index_html\" {\n  filename = \"index.html\"\n  content  = data.html_html.main.html\n}\n# \u003c!DOCTYPE html\u003e\n# \u003chtml\u003e\n#   \u003cbody\u003e\n#     \u003ch1\u003eHello, HTML.tf!\u003c/h1\u003e\n#     \u003cp\u003eThis HTML was generated by \u003ca href=\"https://registry.terraform.io/providers/koki-develop/html/latest/docs\"\u003eHTML.tf\u003c/a\u003e.\u003c/p\u003e\n#   \u003c/body\u003e\n# \u003c/html\u003e\n\n```\n\n```console\n$ terraform init\n$ terraform apply\n```\n\n# Getting Started\n\nHTML.tf is a Terraform provider that allows you to write HTML in Terraform configuration files.\nTo use it, add the following provider configuration.\n\n```hcl\nterraform {\n  required_providers {\n    html = {\n      source = \"koki-develop/html\"\n    }\n  }\n}\n\nprovider \"html\" {}\n```\n\nNext, run `terraform init`.\n\n```console\n$ terraform init\n```\n\nThat's it. You are ready to use HTML.tf.\n\n# Examples\n\n- [`examples/`](./examples)\n\n# Documentation\n\n- [Terraform Registry](https://registry.terraform.io/providers/koki-develop/html/latest/docs)\n\n# LICENSE\n\n[MIT](./LICENSE)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoki-develop%2Fterraform-provider-html","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkoki-develop%2Fterraform-provider-html","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoki-develop%2Fterraform-provider-html/lists"}