istio
bakuppus/istio/module
Terraform Module
HCL
MODULE
terraform-module-istio
Install
module "istio" {
source = "bakuppus/istio/module"
version = "1.0.1"
}
Inputs (6)
| Name | Type | Description | Default |
|---|---|---|---|
| ingress_values | list(string) | Istio ingress Helm values | [] |
| name_prefix | string | Prefix to be used when installing. | "testing" |
| namespace | string | The namespace to install into. | "istio-system" |
| enable_default_control_plane | bool | Whether to install a default control plane | true |
| base_values | list(string) | Istio base Helm values | [] |
| discovery_values | list(string) | Istio discovery Helm values | [] |
Resources (2)
helm_releasenull_resource
Details
FrameworkTerraform Module
LanguageHCL
Version1.0.1
Cloud MODULE
Total downloads683
Inputs6
Resources2
Namespacebakuppus
Updated