Skip to content
This repository was archived by the owner on Jan 9, 2020. It is now read-only.
This repository was archived by the owner on Jan 9, 2020. It is now read-only.

Add istio config to addons #32

@framled

Description

@framled

What I trying to accomplish

I need to configure istio addon

module "cluster" {
    disable_istio_config = "false"
}

Fix

addons_config {
  istio_config {
      disable = "${lookup(var.master, "disable_istio_config", true)}"
  }
}

I trying to make a PR for this

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions