helmrepo

JamesWoolfenden/helmrepo/gcp

Terraform Module HCL GCP ⏱ stale 3y 6mo

A helm repository

Install

module "helmrepo" {
source = "JamesWoolfenden/helmrepo/gcp"
version = "0.0.24"
}
⭐ Source on GitHub 📦 Registry page

README

terraform-gcp-helmrepo ![Build Status](https://github.com/JamesWoolfenden/terraform-gcp-helmrepo) ![Latest Release](https://github.com/JamesWoolfenden/terraform-gcp-helmrepo/releases/latest) ![pre-commit](https://github.com/pre-commit/pre-commit) ![checkov](https://www.checkov.io/) Terraform module - see example for a basic implementation, to create a Helm repo in GCP storage. You'll need to know the rules packages, you want the example shows you how to set up a template that has all the basic rules. --- It's 100% Open Source and licensed under the APACHE2. Usage For a basic illustration look at the example - examplea. Include this repository as a module in your existing Terraform code as module.helm.tf: ``terraform module "helm" { source = "JamesWoolfenden/helm/gcp" version = "0.0.2" bind

Inputs (4)

NameTypeDescriptionDefault
common_tagsmap(any)This is a map type for applying tags on resources required
bucket_namestringThe name of the bucket required
projectstringThe GCP project required
bindingstringPermissions to set on the bucket required

Outputs (2)

url — The Url of the helm repo
bucket — The repo bucket

Resources (1)

google_storage_bucket_object

Details

FrameworkTerraform Module
LanguageHCL
Version0.0.24
Cloud GCP
Total downloads5.7k
Inputs4
Outputs2
Resources1
NamespaceJamesWoolfenden
Updated