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
Is your feature request related to a problem? Please describe.
Users need a way to configure new configuration variable with the Environment Output type
Describe the solution you'd like
create a new resource called env0_environment_output_configuration_variable.
this new resource is a subset of env0_configuration_variable, with modifications
Is your feature request related to a problem? Please describe.
Users need a way to configure new configuration variable with the Environment Output type
Describe the solution you'd like
create a new resource called
env0_environment_output_configuration_variable
.this new resource is a subset of
env0_configuration_variable
, with modificationsAllowed scopes: Project, Environment, Workflow, Deployment
it should use the following structure
some of the required fields are mutually exclusive:
output_environment_id
ORoutput_sub_environment_alias
must be providedscope_environment_id
ORscope_project_id
must be providedan example request when
output_environment_id
is provided on project scope:an example request when
output_sub_environment_alias
is provided on workflow deployment scope:note that as same as regular configuration variable, it can be also provided via a block on the environment resource
the API should be the exact same as configuration variables, but adapted to match the above examples
The text was updated successfully, but these errors were encountered: