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

https://github.com/nlamirault/terraform-aws-keda

Terraform module for Keda on AWS
https://github.com/nlamirault/terraform-aws-keda

aws galactus keda terraform terraform-module

Last synced: 24 days ago
JSON representation

Terraform module for Keda on AWS

Awesome Lists containing this project

README

          

# Keda

Terraform module which configure Keda resources on Amazon 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\_keda](#module\_irsa\_keda) | terraform-aws-modules/iam/aws//modules/iam-assumable-role-with-oidc | 5.3.0 |

## Resources

| Name | Type |
|------|------|
| [aws_iam_policy.keda](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_policy) | resource |
| [aws_eks_cluster.this](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/eks_cluster) | data source |
| [aws_iam_policy_document.keda](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document) | 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 Kubernetes namespace | `string` | n/a | yes |
| [service\_account](#input\_service\_account) | The Kubernetes service account | `string` | n/a | yes |
| [tags](#input\_tags) | Tags for Loki | `map(string)` | `{}` | no |

## Outputs

| Name | Description |
|------|-------------|
| [role\_arn](#output\_role\_arn) | Amazon Resource Name for Keda |