{"id":21217615,"url":"https://github.com/nlamirault/terraform-aws-sops","last_synced_at":"2025-07-10T12:30:19.927Z","repository":{"id":38830232,"uuid":"335544035","full_name":"nlamirault/terraform-aws-sops","owner":"nlamirault","description":"Terraform module for Sops","archived":true,"fork":false,"pushed_at":"2024-06-08T10:54:04.000Z","size":128,"stargazers_count":1,"open_issues_count":2,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-26T04:15:55.150Z","etag":null,"topics":["aws","galactus","sops","terraform","terraform-module"],"latest_commit_sha":null,"homepage":"","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/nlamirault.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":"2021-02-03T07:36:03.000Z","updated_at":"2024-08-28T07:56:32.000Z","dependencies_parsed_at":"2024-03-04T09:56:04.787Z","dependency_job_id":"58cdd6b4-7ba8-4d3e-827d-2c907fce1be2","html_url":"https://github.com/nlamirault/terraform-aws-sops","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/nlamirault/terraform-aws-sops","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nlamirault%2Fterraform-aws-sops","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nlamirault%2Fterraform-aws-sops/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nlamirault%2Fterraform-aws-sops/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nlamirault%2Fterraform-aws-sops/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nlamirault","download_url":"https://codeload.github.com/nlamirault/terraform-aws-sops/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nlamirault%2Fterraform-aws-sops/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264578848,"owners_count":23631552,"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":["aws","galactus","sops","terraform","terraform-module"],"created_at":"2024-11-20T21:59:23.897Z","updated_at":"2025-07-10T12:30:19.632Z","avatar_url":"https://github.com/nlamirault.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sops into AWS\n\n![Tfsec](https://github.com/nlamirault/terraform-aws-sops/workflows/Tfsec/badge.svg)\n\n## Usage\n\n```hcl\nmodule \"sops\" {\n  source  = \"nlamirault/sops/aws\"\n  version = \"1.0.0\"\n\n  project = var.project\n\n  namespace       = var.namespace\n  service_account = var.service_accounttags = var.tags\n\n  tags = var.tags\n\n  user_name = var.user_name\n}\n```\n\nand variables :\n\n```hcl\nproject = \"foo-prod\"\n\nregion = \"europe-west1\"\n\n##############################################################################\n# External DNS\n\nnamespace       = \"dns\"\nservice_account = \"sops\"\n\nuser_name = \"foo-prod-admin\"\n```\n\n## Documentation\n\n\u003c!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK --\u003e\n## Requirements\n\n| Name | Version |\n|------|---------|\n| terraform | \u003e= 1.0.0 |\n| aws | \u003e= 3.26.0 |\n\n## Providers\n\n| Name | Version |\n|------|---------|\n| aws | \u003e= 3.26.0 |\n\n## Modules\n\nNo Modules.\n\n## Resources\n\n| Name |\n|------|\n| [aws_iam_policy](https://registry.terraform.io/providers/hashicorp/aws/3.26.0/docs/resources/iam_policy) |\n| [aws_iam_policy_document](https://registry.terraform.io/providers/hashicorp/aws/3.26.0/docs/data-sources/iam_policy_document) |\n| [aws_iam_role](https://registry.terraform.io/providers/hashicorp/aws/3.26.0/docs/resources/iam_role) |\n| [aws_iam_role_policy_attachment](https://registry.terraform.io/providers/hashicorp/aws/3.26.0/docs/resources/iam_role_policy_attachment) |\n| [aws_kms_alias](https://registry.terraform.io/providers/hashicorp/aws/3.26.0/docs/resources/kms_alias) |\n| [aws_kms_key](https://registry.terraform.io/providers/hashicorp/aws/3.26.0/docs/resources/kms_key) |\n| [aws_secretsmanager_secret](https://registry.terraform.io/providers/hashicorp/aws/3.26.0/docs/data-sources/secretsmanager_secret) |\n| [aws_secretsmanager_secret_version](https://registry.terraform.io/providers/hashicorp/aws/3.26.0/docs/data-sources/secretsmanager_secret_version) |\n\n## Inputs\n\n| Name | Description | Type | Default | Required |\n|------|-------------|------|---------|:--------:|\n| cluster\\_name | Name of the EKS cluster | `string` | n/a | yes |\n| deletion\\_window\\_in\\_days | Duration in days after which the key is deleted after destruction of the resource, must be between 7 and 30 days | `number` | `30` | no |\n| namespace | The Kubernetes namespace | `string` | n/a | yes |\n| service\\_account | The Kubernetes service account | `string` | n/a | yes |\n| tags | Tags for Sops | `map(string)` | \u003cpre\u003e{\u003cbr\u003e  \"made-by\": \"terraform\"\u003cbr\u003e}\u003c/pre\u003e | no |\n\n## Outputs\n\n| Name | Description |\n|------|-------------|\n| kms\\_arn | Role ARN for KMS key |\n| role\\_arn\\_eks | Role ARN for EKS |\n| role\\_arn\\_users | Role ARN for users |\n\u003c!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnlamirault%2Fterraform-aws-sops","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnlamirault%2Fterraform-aws-sops","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnlamirault%2Fterraform-aws-sops/lists"}