Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nlamirault/terraform-google-external-secrets-operator
Terraform module for External Secrets Operator (ESO)
https://github.com/nlamirault/terraform-google-external-secrets-operator
eso external-secrets galactus gcp gke terraform terraform-module
Last synced: 2 months ago
JSON representation
Terraform module for External Secrets Operator (ESO)
- Host: GitHub
- URL: https://github.com/nlamirault/terraform-google-external-secrets-operator
- Owner: nlamirault
- Created: 2022-09-05T17:14:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-28T07:51:52.000Z (5 months ago)
- Last Synced: 2024-08-28T09:06:53.861Z (5 months ago)
- Topics: eso, external-secrets, galactus, gcp, gke, terraform, terraform-module
- Language: HCL
- Homepage:
- Size: 82 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# External Secrets Operator into Google Cloud Platform
## Documentation
## Requirements
| Name | Version |
|------|---------|
| [terraform](#requirement\_terraform) | >= 1.0.0 |
| [google](#requirement\_google) | >= 4.0.0 |## Providers
No providers.
## Modules
| Name | Source | Version |
|------|--------|---------|
| [iam](#module\_iam) | terraform-google-modules/iam/google//modules/service_accounts_iam | 7.4.1 |
| [service\_account](#module\_service\_account) | terraform-google-modules/service-accounts/google | 4.1.1 |## Resources
No resources.
## Inputs
| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| [namespace](#input\_namespace) | The Kubernetes namespace | `string` | n/a | yes |
| [project](#input\_project) | The project in which the resource belongs | `string` | n/a | yes |
| [service\_account](#input\_service\_account) | The Kubernetes service account | `string` | n/a | yes |## Outputs
| Name | Description |
|------|-------------|
| [service\_account](#output\_service\_account) | Service Account for External Secrets Operator |