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

https://github.com/devpro/terraform-backend-mongodb

Terraform/OpenTofu HTTP backend (REST API) to manage & secure managed infrastructure state in a MongoDB database
https://github.com/devpro/terraform-backend-mongodb

cloud-native container dotnet kubernetes mongodb opentofu rest-api terraform terraform-state-backend

Last synced: 5 months ago
JSON representation

Terraform/OpenTofu HTTP backend (REST API) to manage & secure managed infrastructure state in a MongoDB database

Awesome Lists containing this project

README

          

# MongoDB HTTP backend for Terraform/OpenTofu state

[![CI](https://github.com/devpro/terraform-backend-mongodb/actions/workflows/ci.yaml/badge.svg?branch=main)](https://github.com/devpro/terraform-backend-mongodb/actions/workflows/ci.yaml)
[![Pages](https://github.com/devpro/terraform-backend-mongodb/actions/workflows/pages.yaml/badge.svg?branch=main)](https://github.com/devpro/terraform-backend-mongodb/actions/workflows/pages.yaml)
[![PKG](https://github.com/devpro/terraform-backend-mongodb/actions/workflows/pkg.yaml/badge.svg?branch=main)](https://github.com/devpro/terraform-backend-mongodb/actions/workflows/pkg.yaml)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=devpro_terraform-backend-mongodb&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=devpro_terraform-backend-mongodb)
[![Docker Image Version](https://img.shields.io/docker/v/devprofr/terraform-backend-mongodb?label=Image&logo=docker)](https://hub.docker.com/r/devprofr/terraform-backend-mongodb)

Manage Terraform/OpenTofu state through a secured REST API and take advatange of MongoDB greatness!

## Getting started

Best place to start is the [documentation website](https://devpro.github.io/terraform-backend-mongodb/).

## Going further

Technical implementation is described in the [contribution guide](CONTRIBUTING.md).