Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 10 hours ago
JSON representation

Terraform module for External Secrets Operator (ESO)

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.