{"id":27044116,"url":"https://github.com/math280h/terraform-github-action-secrets","last_synced_at":"2025-04-05T05:19:05.005Z","repository":{"id":37781359,"uuid":"506269956","full_name":"math280h/terraform-github-action-secrets","owner":"math280h","description":"Easily manage secrets on multiple repositories via terraform","archived":false,"fork":false,"pushed_at":"2022-06-22T14:00:29.000Z","size":3,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-03T17:50:30.717Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://registry.terraform.io/modules/math280h/action-secrets/github","language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/math280h.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}},"created_at":"2022-06-22T13:56:27.000Z","updated_at":"2024-05-15T19:30:24.000Z","dependencies_parsed_at":"2022-08-19T06:11:41.140Z","dependency_job_id":null,"html_url":"https://github.com/math280h/terraform-github-action-secrets","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/math280h%2Fterraform-github-action-secrets","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/math280h%2Fterraform-github-action-secrets/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/math280h%2Fterraform-github-action-secrets/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/math280h%2Fterraform-github-action-secrets/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/math280h","download_url":"https://codeload.github.com/math280h/terraform-github-action-secrets/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247289495,"owners_count":20914476,"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":"2025-04-05T05:19:04.515Z","updated_at":"2025-04-05T05:19:04.988Z","avatar_url":"https://github.com/math280h.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# terraform-github-action-secrets\n\nEasily manage secrets across multiple repositories with shared and unique secrets.\n\n## How to use\n\nAll secrets stored under the \"all\" object will be applied to all repositories.\nTo add secrets that only go to one repository add an object (In the example, see \"test\") that contains the unique secrets\n\n```hcl\nterraform {\n  required_providers {\n    github = {\n      source  = \"integrations/github\"\n      version = \"~\u003e 4.0\"\n    }\n  }\n}\n\n# Remember the repository owner always defaults to the key owner\n# define the owner attribute if you need another\nprovider \"github\" {\n  token = var.token\n}\n\nmodule \"github-secrets\" {\n  source  = \"math280h/action-secrets/github\"\n  version = \"0.0.1\"\n  \n  # In this example this would point to one repository with the full name\n  # math280h/test\n  # And two secrets would be created, \"test\" from the \"all\" object and\n  # since the name matches, \"test1\" from the \"test\" object.\n  repositories = [{ name = \"test\" }] \n  secrets      = { \"all\" = { \"test\" = \"test\" }, \"test\" = { \"test1\" = \"test1\" } }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmath280h%2Fterraform-github-action-secrets","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmath280h%2Fterraform-github-action-secrets","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmath280h%2Fterraform-github-action-secrets/lists"}