Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial commit #1

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Initial commit #1

wants to merge 2 commits into from

Conversation

funzie19
Copy link

@funzie19 funzie19 commented May 6, 2022

No description provided.

| operations | Set to configure workspace remote execution in CLI-driven mode. | `bool` | `true` | No |
| terraform_version | Terraform version for workspace | `string` | `0.13.0` | No |
| working_directory | A relative path that Terraform will be run in. | `string` | `null` | No |
| run_operation_timeout | The number of minutes run operation can be executed before termination. | `integer` | `0` | No |

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
| run_operation_timeout | The number of minutes run operation can be executed before termination. | `integer` | `0` | No |
| run_operation_timeout | The number of minutes run operation can be executed before termination. | `integer` | `120` | No |

The default timeout is 120 minutes. The bare minimum is 10 and if the TF resource will 0 zero it might fail with an error. Not sure, but need to double check it

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, I set the value based on the documentation - https://docs.scalr.com/en/latest/scalr-terraform-provider/resources/scalr_workspace.html. I can update it to 120 or leave it blank so that it picks up what the backend default is set to(probably 120).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants