Skip to content

nlamirault/terraform-google-sops

Repository files navigation

Sops into Google Cloud Platform

Tfsec

Usage

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 :

project = "foo-prod"

region = "europe-west1"

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

namespace       = "storage"
service_account = "sops"

keyring_location = "europe-west1"

Documentation