Skip to content

Commit

Permalink
SCALRCORE-22110 - update docs and changelog
Browse files Browse the repository at this point in the history
[API_BRANCH]
[DB_BRANCH]
  • Loading branch information
RomanMytsko committed Jun 10, 2022
1 parent ec80f21 commit 6fa27a6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added
- `scalr_workspace`: added `pre-init` hook ([#142](https://github.com/Scalr/terraform-provider-scalr/pull/142))
- `data.scalr_workspace`: added `pre-init` hook ([#142](https://github.com/Scalr/terraform-provider-scalr/pull/142))

## [1.0.0-rc30] - 2022-05-30

### Fixed
Expand Down
1 change: 1 addition & 0 deletions docs/data-sources/scalr_workspace.md
Expand Up @@ -45,6 +45,7 @@ All arguments plus:

The `hooks` block supports:

* `pre_init` - Script or action configured to call before init phase
* `pre_plan` - Script or action configured to call before plan phase
* `post_plan` - Script or action configured to call after plan phase
* `pre_apply` - Script or action configured to call before apply phase
Expand Down
1 change: 1 addition & 0 deletions docs/resources/scalr_workspace.md
Expand Up @@ -113,6 +113,7 @@ resource "scalr_workspace" "cli-driven" {
* `hooks` - (Optional) Settings for the workspaces custom hooks.

The `hooks` block supports:
* `pre_init` - (Optional) Action that will be called before init phase
* `pre_plan` - (Optional) Action that will be called before plan phase
* `post_plan` - (Optional) Action that will be called after plan phase
* `pre_apply` - (Optional) Action that will be called before apply phase
Expand Down

0 comments on commit 6fa27a6

Please sign in to comment.