Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flaconi/terraform-algolia-api-keys
Create Algolia API Keys in algolia
https://github.com/flaconi/terraform-algolia-api-keys
algolia terraform terraform-module
Last synced: 5 days ago
JSON representation
Create Algolia API Keys in algolia
- Host: GitHub
- URL: https://github.com/flaconi/terraform-algolia-api-keys
- Owner: Flaconi
- License: mit
- Created: 2024-12-17T11:24:03.000Z (6 days ago)
- Default Branch: master
- Last Pushed: 2024-12-17T11:59:36.000Z (6 days ago)
- Last Synced: 2024-12-17T12:28:01.689Z (6 days ago)
- Topics: algolia, terraform, terraform-module
- Language: Makefile
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# terraform-algolia-api-keys
That module allows to create algolia api keys
[![lint](https://github.com/flaconi/terraform-algolia-api-keys/workflows/lint/badge.svg)](https://github.com/flaconi/terraform-algolia-api-keys/actions?query=workflow%3Alint)
[![test](https://github.com/flaconi/terraform-algolia-api-keys/workflows/test/badge.svg)](https://github.com/flaconi/terraform-algolia-api-keys/actions?query=workflow%3Atest)
[![Tag](https://img.shields.io/github/tag/flaconi/terraform-algolia-api-keys.svg)](https://github.com/flaconi/terraform-algolia-api-keys/releases)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)For requirements regarding module structure: [style-guide-terraform.md](https://github.com/Flaconi/devops-docs/blob/master/doc/conventions/style-guide-terraform.md)
## Providers
| Name | Version |
|------|---------|
| [algolia](#provider\_algolia) | 0.6.0 |## Requirements
| Name | Version |
|------|---------|
| [terraform](#requirement\_terraform) | >= 1.5 |
| [algolia](#requirement\_algolia) | 0.6.0 |## Required Inputs
No required inputs.
## Optional Inputs
The following input variables are optional (have default values):
### [api\_keys](#input\_api\_keys)
Description: Map of API Keys
Type:
```hcl
map(object({
description = string,
acl = set(string)
}))
```Default: `{}`
## Outputs
| Name | Description |
|------|-------------|
| [api\_keys](#output\_api\_keys) | Created API Keys through terraform |## License
**[MIT License](LICENSE)**
Copyright (c) 2024 **[Flaconi GmbH](https://github.com/flaconi)**