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
I expected it to set the workspace's inactivity timer to destroy after 14 days.
Actual Behavior
I got the following error:
Error: Error updating workspace <redacted>: invalid attribute Auto destroy activity duration workspace auto destroy duration must match project auto destroy duration, consider setting inherits_project_auto_destroy to false
Additional Context
The project has no default duration set on it. It sounds like we just need to add that inherits_project_auto_destroy flag as an option to the tfe_workspace resource. I'm happy to take a stab at submitting a PR for it, but just wanted to report it and make sure I'm not missing something first.
The text was updated successfully, but these errors were encountered:
Terraform version
Terraform Configuration Files
Expected Behavior
I expected it to set the workspace's inactivity timer to destroy after 14 days.
Actual Behavior
I got the following error:
Additional Context
The project has no default duration set on it. It sounds like we just need to add that
inherits_project_auto_destroy
flag as an option to the tfe_workspace resource. I'm happy to take a stab at submitting a PR for it, but just wanted to report it and make sure I'm not missing something first.The text was updated successfully, but these errors were encountered: