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
execution_mode is deprecated for terraform workspaces in tfe_workspace
Warning: Argument is deprecated
with module.octo_prod_infrastructure.tfe_workspace.this
on .terraform/modules/octo_prod_infrastructure/modules/terraform/workspace/main.tf line 21, in resource "tfe_workspace" "this":
execution_mode = var.execution_mode
Use resource tfe_workspace_settings to modify the workspace execution settings. This attribute will be removed in a future release of the provider.
Describe the bug
execution_mode
is deprecated for terraform workspaces intfe_workspace
To Reproduce
v2.14.2
The text was updated successfully, but these errors were encountered: