{"id":18687785,"url":"https://github.com/jorgechato/platform-tf","last_synced_at":"2026-05-05T04:09:27.651Z","repository":{"id":84530353,"uuid":"202195170","full_name":"jorgechato/platform-tf","owner":"jorgechato","description":"Terraform project to deploy the jorgechato.com and whereisjorge.today ecosystem in AWS","archived":false,"fork":false,"pushed_at":"2021-02-02T18:06:10.000Z","size":77,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-28T01:12:57.414Z","etag":null,"topics":["aws","public","terraform"],"latest_commit_sha":null,"homepage":"https://whatisjorgedoing.today/the-cheapest-server-ever","language":"HCL","has_issues":true,"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/jorgechato.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":"2019-08-13T17:43:02.000Z","updated_at":"2023-04-04T05:49:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"7dfe72c7-824c-4e99-8284-d75bb9f9c64c","html_url":"https://github.com/jorgechato/platform-tf","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/jorgechato%2Fplatform-tf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jorgechato%2Fplatform-tf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jorgechato%2Fplatform-tf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jorgechato%2Fplatform-tf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jorgechato","download_url":"https://codeload.github.com/jorgechato/platform-tf/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239546065,"owners_count":19656902,"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","public","terraform"],"created_at":"2024-11-07T10:34:17.311Z","updated_at":"2026-05-05T04:09:27.622Z","avatar_url":"https://github.com/jorgechato.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Terraform\n\nThis repository host a `terraform` project to deploy the\n[jorgechato.com](https://jorgechato.com) and\n[whereisjorge.today](https://whereisjorge.today) ecosystem in AWS.\n\n```zsh\n.\n├── modules\n│   ├── cluster # ecs\n│   ├── instance # instance + iam + sg\n│   ├── network # eip + vpc + subnets\n│   └── storage # s3 + ebs\n└── platform\n    └── eu-west-1\n        └── pro\n```\n\n### Prepare\n\nWe will need a S3 bucket already created to use it as `remote_source` for our\nTerraform backend. A hand make task is not an option we want to automate\neverything with Terraform. From the root of the repository let's create\na private S3 bucket.\n\nSince I am working alone and in a small project, blocking the `async` access in\nthe bucket is not needed.\n\n```zsh\n$ terraform apply\n```\n\n### Run\n\n`eu-west-1` folder is a representation of the instance **zone** I am using.\n\n`pro` is the only environment I am hosting. I don't have millions to spend on\nservers (just yet) so let's be crazy and develop in the production environment.\n\n```zsh\n$ cd platform/eu-west-1/pro\n\n$ terraform init\n$ terraform apply\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjorgechato%2Fplatform-tf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjorgechato%2Fplatform-tf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjorgechato%2Fplatform-tf/lists"}