{"id":21939783,"url":"https://github.com/pbar1/cloud","last_synced_at":"2026-04-12T17:04:00.492Z","repository":{"id":115677305,"uuid":"173507376","full_name":"pbar1/cloud","owner":"pbar1","description":":cloud: Infrastructure as code for my cloud playground accounts","archived":false,"fork":false,"pushed_at":"2019-04-24T02:42:20.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-27T14:52:38.244Z","etag":null,"topics":["aws","azure","gcp","infrastructure-as-code","kubernetes","terraform"],"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/pbar1.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":"2019-03-02T22:49:21.000Z","updated_at":"2019-04-24T02:42:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"59668390-ab55-424e-b482-a5bcb8aa9298","html_url":"https://github.com/pbar1/cloud","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pbar1%2Fcloud","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pbar1%2Fcloud/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pbar1%2Fcloud/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pbar1%2Fcloud/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pbar1","download_url":"https://codeload.github.com/pbar1/cloud/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244973775,"owners_count":20541025,"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":["aws","azure","gcp","infrastructure-as-code","kubernetes","terraform"],"created_at":"2024-11-29T02:27:21.705Z","updated_at":"2025-10-15T19:07:00.962Z","avatar_url":"https://github.com/pbar1.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pierce's Cloud\n\nThis is basically my scratchpad repo for cloud infrastructure. It uses Terraform backed by Google Cloud Storage (GCS) because it has an excellent always-free tier, and you should always store your state remotely!\n\n## Requirements\n\n### Terraform\n\nAs stated, I'm using Hashicorp Terraform to build the infrastructure in this repo. I'm using this standard for Terraform remote state, always in `backend.tf`:\n\n```\nterraform {\n  backend \"gcs\" {\n    bucket = \"tf-state-390820\"\n    prefix = \"cloud/aws/networking\" # should mirror repo structure for clarity\n  }\n}\n```\n\nFor this to work, set the `GOOGLE_APPLICATION_CREDENTIALS` environment variable to a path pointing at a JSON file containing your GCP credentials. For example,\n\n```\nexport GOOGLE_APPLICATION_CREDENTIALS=\"$HOME/.config/gcp/credentials.json\"\n```\n\n## Structure\n\n```\n.\n├── aws\n├── azure\n├── gcp\n└── k8s\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpbar1%2Fcloud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpbar1%2Fcloud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpbar1%2Fcloud/lists"}