Skip to content

Commit

Permalink
SCALRCORE-18895 changes after CR
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanMytsko committed Jun 15, 2021
1 parent defde58 commit bc75430
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.0-rc17] - 2021-06-21

### Added

- `shell`: new attribute type for `scalr_variable.category` ([#59](https://github.com/Scalr/terraform-provider-scalr/pull/64))


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

### Changed
Expand Down
1 change: 1 addition & 0 deletions scalr/resource_scalr_variable.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ func resourceScalrVariable() *schema.Resource {
[]string{
string(scalr.CategoryEnv),
string(scalr.CategoryTerraform),
string(scalr.CategoryShell),
},
false,
),
Expand Down

0 comments on commit bc75430

Please sign in to comment.