You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: