{"id":19474039,"url":"https://github.com/happypathway/terraform-google-compute-instance","last_synced_at":"2026-03-04T04:32:37.933Z","repository":{"id":139237524,"uuid":"151488987","full_name":"HappyPathway/terraform-google-compute-instance","owner":"HappyPathway","description":"Creates an Instance in GCP","archived":false,"fork":false,"pushed_at":"2018-10-03T22:31:59.000Z","size":2,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-25T15:42:14.538Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"HCL","has_issues":false,"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/HappyPathway.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":"2018-10-03T22:31:44.000Z","updated_at":"2019-07-30T11:47:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"ff9c7a41-7c9c-4b3c-8f21-8656d62acc6f","html_url":"https://github.com/HappyPathway/terraform-google-compute-instance","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/HappyPathway/terraform-google-compute-instance","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HappyPathway%2Fterraform-google-compute-instance","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HappyPathway%2Fterraform-google-compute-instance/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HappyPathway%2Fterraform-google-compute-instance/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HappyPathway%2Fterraform-google-compute-instance/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HappyPathway","download_url":"https://codeload.github.com/HappyPathway/terraform-google-compute-instance/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HappyPathway%2Fterraform-google-compute-instance/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30071687,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T03:25:38.285Z","status":"ssl_error","status_checked_at":"2026-03-04T03:25:05.086Z","response_time":59,"last_error":"SSL_read: 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":[],"created_at":"2024-11-10T19:23:08.850Z","updated_at":"2026-03-04T04:32:37.913Z","avatar_url":"https://github.com/HappyPathway.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# terraform-google-compute-instance\n\n - Separated disk and static ip for better manageability\n - Substitutes `$$REGION` and `$$ZONE` in user-data\n\n## Usage:\n\nCreates 3 instances and IP addresses with names `test-1`, `test-2` and `test-3`. Machine type can be changed without destroying the boot disk.\n\n```\ndata \"google_compute_image\" \"coreos_stable\" {\n  family  = \"coreos-stable\"\n  project = \"coreos-cloud\"\n}\n\nmodule \"gci_test\" {\n  source = \"github.com/matti/terraform-google-compute-instance\"\n\n  amount       = 3\n  region       = \"us-east1\"\n  name_prefix  = \"test\"\n  machine_type = \"custom-2-2048\"\n  disk_size    = \"32\"\n  disk_image   = \"${data.google_compute_image.coreos_stable.self_link}\"\n  subnetwork   = \"${resource.google_compute_subnetwork.new_subnetwork.self_link}\"\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhappypathway%2Fterraform-google-compute-instance","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhappypathway%2Fterraform-google-compute-instance","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhappypathway%2Fterraform-google-compute-instance/lists"}