Stuart Eccles
Stuart Eccles
Any chance of getting this merged in? @gabri94 fix seems to work with Elastic Cloud which is running on 7.16
you just need to delete the `package-lock.json` and re-run `npm install`
+1 on this issue I'll also add that even if you disable the integrations manually, updating the terraform resource causes them to be re-enabled.
@kelvinst it would be nice if ``` Enum.each(Triplex.all, &Triplex.migrate(&1) end) ``` worked but alas it doesn't as Triplex.all returns a list of prefixes which Triplex.migrate then applies `to_prefix` on again......
For my workflow I don't need outputs to be printed at all. If you get the state version through the API (and include the outputs with `?include=outputs`) https://www.terraform.io/docs/cloud/api/state-versions.html#fetch-the-current-state-version-for-a-workspace the response...
👍 came here to raise this issue and its disappointing to see this single change not make it in a year later. Themeing using saas variables requires this change. If...