{"id":15683711,"url":"https://github.com/zemanlx/tfpress","last_synced_at":"2026-02-04T04:08:14.983Z","repository":{"id":93279181,"uuid":"216831409","full_name":"zemanlx/tfpress","owner":"zemanlx","description":"The deployment of WordPress into Google Kubernetes Engine using Helm and Terraform","archived":false,"fork":false,"pushed_at":"2019-10-22T14:26:43.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-27T14:08:21.327Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/zemanlx.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-10-22T14:15:34.000Z","updated_at":"2019-12-23T00:39:15.000Z","dependencies_parsed_at":"2023-03-22T02:33:41.224Z","dependency_job_id":null,"html_url":"https://github.com/zemanlx/tfpress","commit_stats":{"total_commits":14,"total_committers":1,"mean_commits":14.0,"dds":0.0,"last_synced_commit":"174789840f27763343c29900cbce6c5ca51ae5cc"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zemanlx/tfpress","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zemanlx%2Ftfpress","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zemanlx%2Ftfpress/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zemanlx%2Ftfpress/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zemanlx%2Ftfpress/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zemanlx","download_url":"https://codeload.github.com/zemanlx/tfpress/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zemanlx%2Ftfpress/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29067829,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-04T03:31:03.593Z","status":"ssl_error","status_checked_at":"2026-02-04T03:29:50.742Z","response_time":62,"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":[],"created_at":"2024-10-03T17:08:17.263Z","updated_at":"2026-02-04T04:08:14.947Z","avatar_url":"https://github.com/zemanlx.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TFpress\n\nTFpress is an example of deployment WordPress into Google Kubernetes Engine using Helm and Terraform.\n\n## Prerequisites\n\n- Installed `terraform` version `0.12.0` or higher. See installation [instructions](https://learn.hashicorp.com/terraform/getting-started/install.html).\n- Installed and initialized [Google Cloud SDK](https://cloud.google.com/sdk/) for a project that will be used for deployment.\n\n## Setup\n\n- Configure the environment for Terraform:\n\n    ```shell\n    gcloud auth application-default login\n    ```\n\n- Check all variables in `variables.tf`. The only required is `project_id`. Variables can be set as environment variables with `TF_VAR_` prefix\n\n    ```shell\n    export TF_VAR_project_id=your_project_id\n    ```\n\n- Initialize Terraform\n\n    ```shell\n    terraform init\n    ```\n\n## Deployment\n\nApply configuration\n\n```shell\nterraform apply\n```\n\nAfter successful deployment, you should see access information like this\n\n```ini\nOutputs:\n\nwordpress_URL = https://34.76.58.252\nwordpress_user_name = user\nwordpress_user_password = 9K3ZkcMqLQ\n```\n\n## Cleanup\n\nTo delete all resources created for this deployment run\n\n```shell\nterraform destroy\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzemanlx%2Ftfpress","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzemanlx%2Ftfpress","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzemanlx%2Ftfpress/lists"}