{"id":15221847,"url":"https://github.com/googlecloudplatform/terraform-google-tf-cloud-agents","last_synced_at":"2025-10-20T00:33:05.003Z","repository":{"id":184036111,"uuid":"660365503","full_name":"GoogleCloudPlatform/terraform-google-tf-cloud-agents","owner":"GoogleCloudPlatform","description":"Creates self-hosted Terraform Cloud Agent on Google Cloud","archived":false,"fork":false,"pushed_at":"2024-12-07T03:26:23.000Z","size":167,"stargazers_count":16,"open_issues_count":4,"forks_count":7,"subscribers_count":13,"default_branch":"main","last_synced_at":"2024-12-18T08:41:30.125Z","etag":null,"topics":["cft-terraform","developer-tools","operations","security-identity"],"latest_commit_sha":null,"homepage":"https://registry.terraform.io/modules/GoogleCloudPlatform/tf-cloud-agents/google","language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GoogleCloudPlatform.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-06-29T21:05:04.000Z","updated_at":"2024-12-07T03:26:22.000Z","dependencies_parsed_at":"2023-12-19T00:47:44.692Z","dependency_job_id":"3b1058ac-ed54-483c-86f5-a4ec4c2a8904","html_url":"https://github.com/GoogleCloudPlatform/terraform-google-tf-cloud-agents","commit_stats":{"total_commits":25,"total_committers":7,"mean_commits":"3.5714285714285716","dds":0.48,"last_synced_commit":"e6ebc793ea2286829ff2acb9807f9d45ad54bc0d"},"previous_names":["googlecloudplatform/terraform-google-tf-cloud-agents"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GoogleCloudPlatform%2Fterraform-google-tf-cloud-agents","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GoogleCloudPlatform%2Fterraform-google-tf-cloud-agents/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GoogleCloudPlatform%2Fterraform-google-tf-cloud-agents/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GoogleCloudPlatform%2Fterraform-google-tf-cloud-agents/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GoogleCloudPlatform","download_url":"https://codeload.github.com/GoogleCloudPlatform/terraform-google-tf-cloud-agents/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237243005,"owners_count":19278060,"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":["cft-terraform","developer-tools","operations","security-identity"],"created_at":"2024-09-28T15:08:11.918Z","updated_at":"2025-10-20T00:33:04.618Z","avatar_url":"https://github.com/GoogleCloudPlatform.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# terraform-google-terraform-cloud-agents\n\nCreates self hosted Terraform Cloud agents on Google Cloud. Using these Terraform modules you can quickly deploy agent pools for your Terraform Cloud workflows.\n\n## [Terraform Cloud agents on GKE](modules/tfc-agent-gke/README.md)\n\nThe `tfc-agent-gke` module provisions the resources required to deploy self hosted Terraform Cloud agents on Google Cloud infrastructure using Google Kubernetes Engine (GKE).\n\nThis includes\n\n- Enabling necessary APIs\n- VPC\n- GKE Cluster\n- Kubernetes Secret\n\n*Below are some examples:*\n\n- [Terraform Cloud agents on GKE](examples/tfc-agent-gke-simple/README.md) - This example shows how to deploy the Terraform Cloud agent on GKE.\n- [Terraform Cloud agents on GKE with a custom image](examples/tfc-agent-gke-custom/README.md) - This example shows how to deploy a custom built Terraform Cloud agent image on GKE.\n\n## [Terraform Cloud agents on Managed Instance Groups using VMs](modules/tfc-agent-mig-vm/README.md)\n\nThe `tfc-agent-mig-vm` module provisions the resources required to deploy Terrform Cloud agent on Google Cloud infrastructure using Managed Instance Groups (MIG).\n\nThis includes\n\n- Enabling necessary APIs\n- VPC\n- NAT \u0026 Cloud Router\n- Service Account for MIG\n- MIG Instance Template\n- MIG Instance Manager\n- FW Rules\n- Secret Manager Secret\n\nDeployment of Managed Instance Groups requires a [Google VM image](https://cloud.google.com/compute/docs/images) with a startup script that downloads and configures the agent or a pre-baked image with the agent installed.\n\n*Below are some examples:*\n\n- [Terraform Cloud agents on MIG VMs](examples/tfc-agent-mig-vm-simple/README.md) - This example shows how to deploy the Terraform Cloud agent on MIG with startup scripts.\n- [Terraform Cloud agents on MIG VMs from Packer image](examples/tfc-agent-mig-vm-packer/README.md) - This example shows how to deploy the Terraform Cloud agent with an image pre-baked using Packer.\n\n## [Terraform Cloud agents Instance Groups using Container VMs](modules/tfc-agent-mig-container-vm/README.md)\n\nThe `tfc-agent-mig-container-vm` module provisions the resources required to deploy Terraform Cloud agents on Google Cloud infrastructure using Managed Instance Groups and Container VMs.\n\nThis includes\n\n- Enabling necessary APIs\n- VPC\n- NAT \u0026 Cloud Router\n- MIG Container Instance Template\n- MIG Instance Manager\n- FW Rules\n\n*Below are some examples:*\n\n- [Terraform Cloud agents on MIG Container VMs](examples/tfc-agent-mig-container-vm-simple/README.md) - This example shows how to deploy a Terraform Cloud agent on MIG Container VMs.\n\n## [Terraform Cloud OIDC (Dynamic Credentials)](modules/tfc-oidc/README.md)\n\nThe `tfc-oidc` module handles the opinionated creation of infrastructure necessary to configure [Workload Identity pools](https://cloud.google.com/iam/docs/workload-identity-federation#pools) and [providers](https://cloud.google.com/iam/docs/workload-identity-federation#providers) for authenticating to GCP using [Terraform Cloud Dynamic Credentials](https://developer.hashicorp.com/terraform/cloud-docs/workspaces/dynamic-provider-credentials/gcp-configuration).\n\nThis includes\n\n- Enabling necessary APIs\n- Creation of a Workload Identity pool\n- Configuring a Workload Identity provider\n- Granting external identities necessary IAM roles on Service Accounts\n\n*Below are some examples:*\n\n- [OIDC Simple](examples/oidc-simple/README.md) - This example shows how to use this module along with a Service Account to access storage buckets.\n\n## Requirements\n\nThese sections describe requirements for using this module.\n\n### Software\n\nThe following dependencies might be required based on the module being used:\n\n- [Terraform CLI][terraform-cli]\n- [Terraform Provider for GCP][terraform-provider-gcp]\n- [Terraform Provider for GCP beta][terraform-provider-gcp-beta]\n- [Google Cloud CLI][gcloud-cli]\n- [Kubernetes Provider][k8s-provider]\n- [Random Provider][random-provider]\n\n## Contributing\n\nRefer to the [contribution guidelines](./CONTRIBUTING.md) for\ninformation on contributing to this module.\n\n[iam-module]: https://registry.terraform.io/modules/terraform-google-modules/iam/google\n[project-factory-module]: https://registry.terraform.io/modules/terraform-google-modules/project-factory/google\n[terraform-provider-gcp]: https://www.terraform.io/docs/providers/google/index.html\n[terraform-provider-gcp-beta]: https://registry.terraform.io/providers/hashicorp/google-beta/latest\n[terraform-cli]: https://www.terraform.io/downloads.html\n[gcloud-cli]: https://cloud.google.com/sdk/gcloud\n[k8s-provider]: https://registry.terraform.io/providers/hashicorp/kubernetes/latest\n[random-provider]: https://registry.terraform.io/providers/hashicorp/random/latest\n\n## Security Disclosures\n\nPlease see our [security disclosure process](./SECURITY.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgooglecloudplatform%2Fterraform-google-tf-cloud-agents","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgooglecloudplatform%2Fterraform-google-tf-cloud-agents","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgooglecloudplatform%2Fterraform-google-tf-cloud-agents/lists"}