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
- Host: GitHub
- URL: https://github.com/nlamirault/terraform-scaleway-eso
- Owner: nlamirault
- License: other
- Created: 2023-06-15T07:36:31.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-20T05:38:37.000Z (almost 2 years ago)
- Last Synced: 2025-01-21T16:45:52.269Z (5 months ago)
- Topics: eso, external-secret-operator, scaleway, secrets-manager, terraform
- Language: HCL
- Size: 48.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.