{"id":18465564,"url":"https://github.com/numtide/terraform-nixos-amis","last_synced_at":"2026-01-27T09:17:34.848Z","repository":{"id":95407719,"uuid":"457835724","full_name":"numtide/terraform-nixos-amis","owner":"numtide","description":"Fork of https://github.com/tweag/terraform-nixos/tree/master/aws_image_nixos","archived":false,"fork":false,"pushed_at":"2024-07-26T09:34:21.000Z","size":14,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":7,"default_branch":"main","last_synced_at":"2026-01-13T21:54:02.404Z","etag":null,"topics":["aws","terraform","terraform-module"],"latest_commit_sha":null,"homepage":"","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/numtide.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":"2022-02-10T15:26:29.000Z","updated_at":"2025-03-18T21:49:02.000Z","dependencies_parsed_at":"2025-05-31T17:02:55.587Z","dependency_job_id":"778abc62-89a9-4757-ad3c-759f24d57474","html_url":"https://github.com/numtide/terraform-nixos-amis","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/numtide/terraform-nixos-amis","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/numtide%2Fterraform-nixos-amis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/numtide%2Fterraform-nixos-amis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/numtide%2Fterraform-nixos-amis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/numtide%2Fterraform-nixos-amis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/numtide","download_url":"https://codeload.github.com/numtide/terraform-nixos-amis/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/numtide%2Fterraform-nixos-amis/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28810475,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T07:41:26.337Z","status":"ssl_error","status_checked_at":"2026-01-27T07:41:08.776Z","response_time":168,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["aws","terraform","terraform-module"],"created_at":"2024-11-06T09:13:34.342Z","updated_at":"2026-01-27T09:17:34.824Z","avatar_url":"https://github.com/numtide.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AWS Collection of NixOS AMIs\n\nThis terraform module provides links to official NixOS AMIs on AWS. The AMIs are\nreleased by the NixOS project.\n\nSince image names are unique, only one instance per version of the module is\nsupported.\n\n## Example\n\n    provider \"aws\" {\n      region = \"eu-west-1\"\n    }\n\n    module \"nixos_image_1903\" {\n      source  = \"path/to/aws_image_nixos\"\n      release = \"19.03\"\n    }\n\n    resource \"aws_instance\" \"example\" {\n      ami           = module.nixos_image_1903.ami\n      instance_type = \"t2.micro\"\n\n      ...\n    }\n\n## New NixOS releases\n\nRun the `./update-url-map` script to fetch new image releases. \n\n\u003c!-- terraform-docs-start --\u003e\n## Inputs\n\n| Name | Description | Type | Default | Required |\n|------|-------------|:----:|:-----:|:-----:|\n| region | The region to use. If not provided, current provider's region will be used. | string | `` | no |\n| release | The NixOS version to use. For example, 18.09 | string | `latest` | no |\n| type | The type of the AMI to use -- hvm-ebs, pv-ebs, or pv-s3. | string | `hvm-ebs` | no |\n| url\\_map | A map of release series to actual releases | map | `\u003cmap\u003e` | no |\n\n## Outputs\n\n| Name | Description |\n|------|-------------|\n| id | NixOS AMI on AWS |\n\u003c!-- terraform-docs-end --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnumtide%2Fterraform-nixos-amis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnumtide%2Fterraform-nixos-amis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnumtide%2Fterraform-nixos-amis/lists"}