https://github.com/nlamirault/terraform-aws-eso
Terraform module for External Secrets Operator (ESO)
https://github.com/nlamirault/terraform-aws-eso
aws eks eso external-secrets galactus terraform terraform-module
Last synced: 2 months ago
JSON representation
Terraform module for External Secrets Operator (ESO)
- Host: GitHub
- URL: https://github.com/nlamirault/terraform-aws-eso
- Owner: nlamirault
- Created: 2022-09-05T17:10:32.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2026-02-03T17:43:26.000Z (5 months ago)
- Last Synced: 2026-02-04T07:11:00.241Z (4 months ago)
- Topics: aws, eks, eso, external-secrets, galactus, terraform, terraform-module
- Language: HCL
- Homepage:
- Size: 108 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Terraform module for External Secrets Operator on AWS
## Documentation
## Requirements
| Name | Version |
|------|---------|
| [terraform](#requirement\_terraform) | >= 1.0.0 |
| [aws](#requirement\_aws) | >= 4.0.0 |
## Providers
| Name | Version |
|------|---------|
| [aws](#provider\_aws) | >= 4.0.0 |
## Modules
| Name | Source | Version |
|------|--------|---------|
| [irsa\_eso](#module\_irsa\_eso) | terraform-aws-modules/iam/aws//modules/iam-assumable-role-with-oidc | 5.3.0 |
## Resources
| Name | Type |
|------|------|
| [aws_eks_cluster.this](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/eks_cluster) | data source |
## Inputs
| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| [cluster\_name](#input\_cluster\_name) | Name of the EKS cluster | `string` | n/a | yes |
| [namespace](#input\_namespace) | The K8s namespace for ESO resources | `string` | n/a | yes |
| [service\_account](#input\_service\_account) | The Kubernetes service account | `string` | n/a | yes |
| [tags](#input\_tags) | A map of tags to add to all resources | `map(string)` | n/a | yes |
## Outputs
No outputs.