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

Add istio config to addons #32

Open
framled opened this issue Apr 18, 2019 · 0 comments
Open

Add istio config to addons #32

framled opened this issue Apr 18, 2019 · 0 comments

Comments

@framled
Copy link
Contributor

framled commented Apr 18, 2019

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants