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
Describe the bug
Today when deploying a basic workflow environment with the provider it's common to get the error
╷
│ Error: could not create environment: 400 Bad Request: approval flow can't be enabled on workflow environments
│
│ with env0_environment.provider_workflow,
│ on main.tf line 22, in resource "env0_environment" "provider_workflow":
│ 22: resource "env0_environment" "provider_workflow" {
│
This can be fixed by setting approve_plan_automatically = true
To Reproduce
Deploy a basic workflow environment with the environment without specifying approve_plan_automatically
Expected behavior
The environment should be created even without specifying approve_plan_automatically
Provider Version
E.g.: 1.25.1
The text was updated successfully, but these errors were encountered:
@weinguy-env0 - this means that we will be changing the default to 'true'.
At the moment, the default is unset. Are you sure you would like to proceed with that? This could break other things.
If users must set 'approve_plan_automatically' to 'true' when it's a workflow environment, why not just enforce that in the schema level?
Describe the bug
Today when deploying a basic workflow environment with the provider it's common to get the error
This can be fixed by setting
approve_plan_automatically = true
To Reproduce
Deploy a basic workflow environment with the environment without specifying approve_plan_automatically
Expected behavior
The environment should be created even without specifying approve_plan_automatically
Provider Version
E.g.: 1.25.1
The text was updated successfully, but these errors were encountered: