https://github.com/casl0/coturn-on-eks
https://github.com/casl0/coturn-on-eks
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/casl0/coturn-on-eks
- Owner: CASL0
- License: mit
- Created: 2024-01-23T11:37:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-30T07:48:56.000Z (about 2 years ago)
- Last Synced: 2025-02-26T00:27:08.180Z (over 1 year ago)
- Language: HCL
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# coturn-on-eks
EKS 上に coturn をデプロイします。
## 構成図

## Requirements
| Name | Version |
|------|---------|
| [terraform](#requirement\_terraform) | >= 1.0 |
| [aws](#requirement\_aws) | >= 4.47 |
| [helm](#requirement\_helm) | >= 2.12 |
| [kubernetes](#requirement\_kubernetes) | >= 2.25 |
## Providers
| Name | Version |
|------|---------|
| [aws](#provider\_aws) | 5.33.0 |
## Modules
| Name | Source | Version |
|------|--------|---------|
| [addons](#module\_addons) | aws-ia/eks-blueprints-addons/aws | ~> 1.0 |
| [eks](#module\_eks) | terraform-aws-modules/eks/aws | ~> 19.21 |
| [vpc](#module\_vpc) | terraform-aws-modules/vpc/aws | ~> 5.0 |
## Resources
| Name | Type |
|------|------|
| [aws_availability_zones.available](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/availability_zones) | data source |
## Inputs
| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| [password](#input\_password) | coturn auth password | `string` | n/a | yes |
## Outputs
| Name | Description |
|------|-------------|
| [azs](#output\_azs) | Availability Zones |
| [eks\_cluster\_arn](#output\_eks\_cluster\_arn) | The ARN of the EKS cluster |