{"id":19523910,"url":"https://github.com/eitansuez/paving-concourse","last_synced_at":"2026-01-27T06:34:53.780Z","repository":{"id":96637737,"uuid":"246713978","full_name":"eitansuez/paving-concourse","owner":"eitansuez","description":null,"archived":false,"fork":false,"pushed_at":"2020-03-15T17:57:46.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-08T14:43:21.954Z","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/eitansuez.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":"2020-03-12T01:11:11.000Z","updated_at":"2020-03-17T02:42:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"877413a4-7c68-46ac-905a-60aa43ce7ca1","html_url":"https://github.com/eitansuez/paving-concourse","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/eitansuez%2Fpaving-concourse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eitansuez%2Fpaving-concourse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eitansuez%2Fpaving-concourse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eitansuez%2Fpaving-concourse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eitansuez","download_url":"https://codeload.github.com/eitansuez/paving-concourse/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240773517,"owners_count":19855220,"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":[],"created_at":"2024-11-11T00:45:13.697Z","updated_at":"2026-01-27T06:34:53.741Z","avatar_url":"https://github.com/eitansuez.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pave GCP for Concourse\n\n## Description\n\nThis repository is derived from https://github.com/pivotal/paving\n\nIt's designed to create the infrastructure necessary to deploy Concourse for platform automation.\n\n- Only the GCP IaaS is concerned.\n- terraform resources needed for Concourse have been added\n- resources not necessary for Concourse have been removed\n\n## Assumptions\n\n- This repository was cloned to your workspace\n- terraform v0.12 is installed\n- A service account key with permissions necessary to create resources in your gcp project\n\n## Steps\n\n1. In GCP create a DNS zone for your subdomain\n\n1. Make a copy of `terraform.tfvars.example`; name the copy `terraform.tfvars`\n\n1. Edit `terraform.tfvars` and fill in these fields\n\n    - an environment name of your choosing\n    - the target GCP project id\n    - the name of the hosted zone created above, and\n    - the contents of a GCP service account key\n\n1. Initialize terraform\n\n    ```bash\n    terraform init\n    ```\n\n1. Run `terraform refresh` to update the state with what currently exists in GCP\n\n    ```bash\n    terraform refresh -var-file terraform.tfvars\n    ```\n\n1. Run `terraform plan` to see what changes will be made in the infrastructure\n\n    ```bash\n    terraform plan -out terraform.tfplan -var-file terraform.tfvars\n    ```\n\n1. Run `terraform apply` to create the resources in the IaaS\n\n    ```bash\n    terraform apply -parallelism=5 terraform.tfplan\n    ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feitansuez%2Fpaving-concourse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feitansuez%2Fpaving-concourse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feitansuez%2Fpaving-concourse/lists"}