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

SCALRCORE-18898 > CLI > User can not change working directory to empty #66

Merged
merged 10 commits into from
Jul 13, 2021

Conversation

artemvang
Copy link
Contributor

@artemvang artemvang commented Jul 5, 2021

Changelog

Documentation

  • I have updated resource/data source documentation in docs

State

  • My changes affect the state
  • I have included a state migration and a unit test for it

@@ -267,6 +267,8 @@ func resourceScalrWorkspaceUpdate(d *schema.ResourceData, meta interface{}) erro

if workingDir, ok := d.GetOk("working_directory"); ok {
Copy link
Contributor

Choose a reason for hiding this comment

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

Looks like this won't be needed after this change.

CHANGELOG.md Outdated

### Required

- scalr server >= `8.0.1-beta.20210616.1`
Copy link
Contributor

Choose a reason for hiding this comment

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

Doesn't look like we need to require a more recent version of Scalr for this change.

@emocharnik emocharnik merged commit db976f2 into develop Jul 13, 2021
@emocharnik emocharnik deleted the bugfix/SCALRCORE-18898 branch July 13, 2021 06:36
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.

3 participants