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

https://github.com/nlamirault/terraform-google-sops

Terraform module for Sops
https://github.com/nlamirault/terraform-google-sops

galactus google sops terraform terraform-module

Last synced: 12 months ago
JSON representation

Terraform module for Sops

Awesome Lists containing this project

README

          

# Sops into Google Cloud Platform

![Tfsec](https://github.com/nlamirault/terraform-google-sops/workflows/Tfsec/badge.svg)

## Usage

```hcl
module "sops" {
source = "nlamirault/sops/google"
version = "1.0.0"

project = var.project

keyring_location = var.keyring_location

namespace = var.namespace
service_account = var.service_account
}
```

and variables :

```hcl
project = "foo-prod"

region = "europe-west1"

##############################################################################
# Sops

namespace = "storage"
service_account = "sops"

keyring_location = "europe-west1"
```

## Documentation