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
- Host: GitHub
- URL: https://github.com/nlamirault/terraform-google-sops
- Owner: nlamirault
- Archived: true
- Created: 2021-02-03T07:28:40.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-13T19:13:18.000Z (about 2 years ago)
- Last Synced: 2025-03-26T04:15:55.908Z (over 1 year ago)
- Topics: galactus, google, sops, terraform, terraform-module
- Language: HCL
- Homepage:
- Size: 87.9 KB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sops into Google Cloud Platform

## 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