Skip to content

Commit

Permalink
SCALRCORE-18479 > Update changelog and docs [API_BRANCH]
Browse files Browse the repository at this point in the history
  • Loading branch information
Artem Vang committed Jun 23, 2021
1 parent a56ed29 commit 2ae1afb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
5 changes: 2 additions & 3 deletions CHANGELOG.md
Expand Up @@ -10,11 +10,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- `data.scalr_workspace`: added new attribute `is_destroyed` ([#63](https://github.com/Scalr/terraform-provider-scalr/pull/63))
- `scalr_workspace`: added new attribute `has_active_state` ([#63](https://github.com/Scalr/terraform-provider-scalr/pull/63))

### Required
- `data.scalr_workspace`: added new attribute `has_active_state` ([#63](https://github.com/Scalr/terraform-provider-scalr/pull/63))

- scalr server >= `8.0.1-beta.20210519.1`

## [1.0.0-rc16] - 2021-05-25

Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/scalr_workspace.md
Expand Up @@ -38,7 +38,7 @@ All arguments plus:
* `working_directory` - A relative path that Terraform will execute within.
* `vcs_repo` - If workspace is linked to VCS repository this block shows the details, otherwise `{}`
* `created_by` - Details of the user that created the workspace.
* `is_destroyed` - Boolean indicates if infrastructure in workspace was destroyed.
* `has_active_state` - The presence of active state in workspace.

The `vcs_repo` block contains:

Expand Down
1 change: 1 addition & 0 deletions docs/resources/scalr_workspace.md
Expand Up @@ -53,6 +53,7 @@ All arguments plus:

* `id` - The workspace's ID, in the format `ws-<RANDOM STRING>`.
* `created_by` - Details of the user that created the workspace.
* `has_active_state` - The presence of active state in workspace.

The `created_by` block contains:

Expand Down

0 comments on commit 2ae1afb

Please sign in to comment.