{"id":20017147,"url":"https://github.com/blackbird-cloud/terraform-google-gke-config-map","last_synced_at":"2026-06-08T08:31:51.425Z","repository":{"id":152686860,"uuid":"602621388","full_name":"blackbird-cloud/terraform-google-gke-config-map","owner":"blackbird-cloud","description":"Terraform module to create a ConfigMap on GKE","archived":false,"fork":false,"pushed_at":"2025-01-31T15:28:05.000Z","size":38,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-04-02T15:42:43.999Z","etag":null,"topics":["config-map","gke","google","terraform"],"latest_commit_sha":null,"homepage":"","language":"HCL","has_issues":false,"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/blackbird-cloud.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":"2023-02-16T15:44:36.000Z","updated_at":"2025-01-31T15:27:52.000Z","dependencies_parsed_at":"2025-01-12T15:43:52.656Z","dependency_job_id":"6f5a7e2a-4a71-4c07-83d8-1069cdb3ad24","html_url":"https://github.com/blackbird-cloud/terraform-google-gke-config-map","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":"blackbird-cloud/terraform-module-template","purl":"pkg:github/blackbird-cloud/terraform-google-gke-config-map","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blackbird-cloud%2Fterraform-google-gke-config-map","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blackbird-cloud%2Fterraform-google-gke-config-map/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blackbird-cloud%2Fterraform-google-gke-config-map/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blackbird-cloud%2Fterraform-google-gke-config-map/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blackbird-cloud","download_url":"https://codeload.github.com/blackbird-cloud/terraform-google-gke-config-map/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blackbird-cloud%2Fterraform-google-gke-config-map/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34055247,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["config-map","gke","google","terraform"],"created_at":"2024-11-13T08:14:40.095Z","updated_at":"2026-06-08T08:31:51.395Z","avatar_url":"https://github.com/blackbird-cloud.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Requirements\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"requirement_terraform\"\u003e\u003c/a\u003e [terraform](#requirement\\_terraform) | \u003e= 1 |\n| \u003ca name=\"requirement_google\"\u003e\u003c/a\u003e [google](#requirement\\_google) | 4.34.0 |\n| \u003ca name=\"requirement_kubernetes\"\u003e\u003c/a\u003e [kubernetes](#requirement\\_kubernetes) | 2.13.1 |\n\n## Providers\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"provider_google\"\u003e\u003c/a\u003e [google](#provider\\_google) | 4.34.0 |\n| \u003ca name=\"provider_kubernetes\"\u003e\u003c/a\u003e [kubernetes](#provider\\_kubernetes) | 2.13.1 |\n\n## Modules\n\nNo modules.\n\n## Resources\n\n| Name | Type |\n|------|------|\n| [kubernetes_config_map.configmap](https://registry.terraform.io/providers/hashicorp/kubernetes/2.13.1/docs/resources/config_map) | resource |\n| [google_client_config.provider](https://registry.terraform.io/providers/hashicorp/google/4.34.0/docs/data-sources/client_config) | data source |\n| [google_container_cluster.my_cluster](https://registry.terraform.io/providers/hashicorp/google/4.34.0/docs/data-sources/container_cluster) | data source |\n\n## Inputs\n\n| Name | Description | Type | Default | Required |\n|------|-------------|------|---------|:--------:|\n| \u003ca name=\"input_cluster_name\"\u003e\u003c/a\u003e [cluster\\_name](#input\\_cluster\\_name) | Cluster name | `string` | n/a | yes |\n| \u003ca name=\"input_config_map_binary_data\"\u003e\u003c/a\u003e [config\\_map\\_binary\\_data](#input\\_config\\_map\\_binary\\_data) | key values for config map binary data | `map(string)` | `{}` | no |\n| \u003ca name=\"input_config_map_data\"\u003e\u003c/a\u003e [config\\_map\\_data](#input\\_config\\_map\\_data) | key values for config map data | `map(string)` | `{}` | no |\n| \u003ca name=\"input_config_map_name\"\u003e\u003c/a\u003e [config\\_map\\_name](#input\\_config\\_map\\_name) | name for config map | `string` | n/a | yes |\n| \u003ca name=\"input_namespaces\"\u003e\u003c/a\u003e [namespaces](#input\\_namespaces) | namespaces where secret will be deployed | `set(string)` | n/a | yes |\n| \u003ca name=\"input_project\"\u003e\u003c/a\u003e [project](#input\\_project) | Google Project ID | `string` | n/a | yes |\n| \u003ca name=\"input_region\"\u003e\u003c/a\u003e [region](#input\\_region) | Google Region | `string` | n/a | yes |\n\n## Outputs\n\n| Name | Description |\n|------|-------------|\n| \u003ca name=\"output_config_map_name\"\u003e\u003c/a\u003e [config\\_map\\_name](#output\\_config\\_map\\_name) | passthrough config map name |\n| \u003ca name=\"output_configmap\"\u003e\u003c/a\u003e [configmap](#output\\_configmap) | The created config map |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblackbird-cloud%2Fterraform-google-gke-config-map","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblackbird-cloud%2Fterraform-google-gke-config-map","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblackbird-cloud%2Fterraform-google-gke-config-map/lists"}