GithubHelp home page GithubHelp logo

kalenarndt / terraform-kubernetes-vault-external-helm-setup Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 11 KB

Terraform module to template a helm file for the use of an external Vault instance

HCL 100.00%

terraform-kubernetes-vault-external-helm-setup's Introduction

terraform-kubernetes-vault-external-helm-setup

Requirements

Name Version
terraform >=1.3.0
helm >=2.5.1
kubernetes >=2.13.1

Providers

Name Version
helm 2.7.1
kubernetes 2.15.0

Modules

No modules.

Resources

Name Type
helm_release.vault resource
kubernetes_namespace.vault resource
kubernetes_service_account.vault data source

Inputs

Name Description Type Default Required
helm_chart_name (Optional) Name of the Helm chart to install. Defaults to vault string "vault" no
helm_chart_repository (Optional) URL for the HashiCorp Helm Chart Repository. Defaults to helm.releases.hashicorp.com string "https://helm.releases.hashicorp.com" no
helm_chart_version (Optional) Version of the Vault Helm chart to install string "v0.22.1" no
helm_release_name (Optional) Name of the release that will be deployed. Defaults to vault string "vault" no
vault_addr (Required) Private (or Public) URL for the Vault cluster. Private should be leveraged unless you don't have reachability string n/a yes
vault_namespace (Optional) Namespace where Vault will be deployed. This will be created as a part of the run and used by Helm. Defaults to vault string "vault" no
vault_values (Required) Path where the Helm values file is located for vault. Example: ./values/vault-values.yaml string n/a yes
vault_version (Required) Version of the Vault agent to deploy. Should be denoted as vx.xx.x string n/a yes

Outputs

Name Description
vault_k8s_namespace Namespace that was created for Vault to use.
vault_svc_account_name Service account that was created via Helm for Vault to use.

terraform-kubernetes-vault-external-helm-setup's People

Contributors

dependabot[bot] avatar kalenarndt avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.