Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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)

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 |