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

https://github.com/nlamirault/terraform-scaleway-eso

External Secret Operator resources on Scaleway
https://github.com/nlamirault/terraform-scaleway-eso

eso external-secret-operator scaleway secrets-manager terraform

Last synced: 3 months ago
JSON representation

External Secret Operator resources on Scaleway

Awesome Lists containing this project

README

        

# terraform-scaleway-eso

Terraform module which configure *External Secrets Operator* on Scaleway infrastructure

## Documentation

## Requirements

| Name | Version |
|------|---------|
| [terraform](#requirement\_terraform) | >= 1.0.0 |
| [scaleway](#requirement\_scaleway) | >= 2.12.0 |

## Providers

| Name | Version |
|------|---------|
| [scaleway](#provider\_scaleway) | >= 2.12.0 |

## Modules

No modules.

## Resources

| Name | Type |
|------|------|
| [scaleway_iam_api_key.this](https://registry.terraform.io/providers/scaleway/scaleway/latest/docs/resources/iam_api_key) | resource |
| [scaleway_iam_application.this](https://registry.terraform.io/providers/scaleway/scaleway/latest/docs/resources/iam_application) | resource |
| [scaleway_iam_group.this](https://registry.terraform.io/providers/scaleway/scaleway/latest/docs/resources/iam_group) | resource |
| [scaleway_iam_policy.this](https://registry.terraform.io/providers/scaleway/scaleway/latest/docs/resources/iam_policy) | resource |
| [scaleway_account_project.this](https://registry.terraform.io/providers/scaleway/scaleway/latest/docs/data-sources/account_project) | data source |

## Inputs

| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| [cluster\_name](#input\_cluster\_name) | Name of the Kubernetes cluster | `string` | n/a | yes |
| [project\_id](#input\_project\_id) | ID of the project | `string` | n/a | yes |

## Outputs

No outputs.