No description
Find a file
2026-01-10 20:01:06 +00:00
.git-crypt
cli
diagram
modules
playbooks
scripts
secrets
.drone.yml
.gitattributes
.gitignore
.terraform.lock.hcl
corefils.yaml
LICENSE.txt
main.tf
migrate_tfstate.txt
README.md
terraform.tfstate
terraform.tfvars
terraform_1.10.3_linux_amd64.zip
versions.tf

Build Status

This repo contains my infra-as-code sources.

My infrastructure is built using Terraform, Kubernetes and CI/CD is done using Drone CI.

Read more by visiting my website: https://viktorbarzin.me

git-crypt setup

To decrypt the secrets, you need to setup git-crypt.

  1. Install git-crypt.
  2. Setup gpg keys on the machine
  3. git-crypt unlock

This will unlock the secrets and will lock them on commit