Coder Social home page Coder Social logo

terraform-helm-chart-release's Introduction

Terraform Cloud Module: Helm Charts

This Terraform module provisions and manages the installation of any Helm chart on an Azure Kubernetes Service (AKS) cluster.

Prerequisites

Before using this module, make sure you have the following prerequisites:

  • An existing Azure Resource Group where the resources will be deployed.
  • An AKS cluster in your Azure subscription. A- zure Tenant ID, Client ID, Client Secret, and Subscription ID for authentication.

Usage

To use this module, include the following code in your Terraform configuration:

module "aks-helm-chart" {
  source  = "app.terraform.io/my-org/chart-release/helm"
  version = "0.0.1"

  resource_group   = var.resource_group
  aks_cluster_name = var.aks_cluster_name
  tenant_id        = var.tenant_id
  client_id        = var.client_id
  client_secret    = var.client_secret
  subscription_id  = var.subscription_id

  chart_version   = "1.0.0-chart"
  chart_name      = "chart"
  chart_url       = "https://chart.github.io/chart/"
  chart_namespace = "chart"

  release_name     = "myrelease"
  values_file_path = "/absolute/path/to/your/values-file.yaml"
}

Make sure to replace the variable values with the appropriate values specific to your environment. The module does not have any outputs.

terraform-helm-chart-release's People

Contributors

julanu 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.