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
- Host: GitHub
- URL: https://github.com/nlamirault/terraform-aws-keda
- Owner: nlamirault
- Created: 2022-08-24T14:45:45.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-08-26T21:33:35.000Z (about 1 month ago)
- Last Synced: 2025-08-27T06:20:56.512Z (about 1 month ago)
- Topics: aws, galactus, keda, terraform, terraform-module
- Language: HCL
- Homepage:
- Size: 124 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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 |