cloudposse-archives / terraform-tfe-cloud-infrastructure-automation

Terraform Enterprise/Cloud Infrastructure Automation
Apache License 2.0
16 stars 9 forks source link

structured_run_output_enabled = ??? #8

Open AlenIsmic opened 2 years ago

AlenIsmic commented 2 years ago

Describe the Feature

We are missing the option to set structured_run_output_enabled as a variable to the workspace module.

Expected Behavior

To be able to set structured_run_output_enabled = false

Use Case

All my terraform cloud workspaces use Structured Run Output as it is by default true for resource "tfe_workspace"

Describe Ideal Solution

The ideal solution is just to propagate variables from the workspace module all up to the module

Alternatives Considered

/

Additional Context

As for now, this module as the source on the registry is unusable for me, because I need to manually then change all workspaces and every time repeat same process when I have changes on the-config