Skip to content

Commit

Permalink
Merged automatically by CI pipeline
Browse files Browse the repository at this point in the history
SCALRCORE-24606 API > Fix relationships endpoints set correct request…
  • Loading branch information
emocharnik committed Dec 14, 2023
2 parents 37a39d4 + e25cd2d commit 5a4b401
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed

- `scalr_policy_group`: `environments` attribute became optional instead of read-only ([#288](https://github.com/Scalr/terraform-provider-scalr/pull/288))
- `scalr_policy_group`: fixed setting HTTP headers on changing environments relationships ([#292](https://github.com/Scalr/terraform-provider-scalr/pull/292))

## [1.6.0] - 2023-10-27

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -6,7 +6,7 @@ require (
github.com/hashicorp/terraform-plugin-docs v0.16.0
github.com/hashicorp/terraform-plugin-sdk/v2 v2.24.1
github.com/hashicorp/terraform-svchost v0.0.0-20200729002733-f050f53b9734
github.com/scalr/go-scalr v0.0.0-20231204095619-3b9fb0c63094
github.com/scalr/go-scalr v0.0.0-20231211084914-60b6d441064c
)

require (
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Expand Up @@ -260,8 +260,8 @@ github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFR
github.com/rogpeppe/go-internal v1.6.1 h1:/FiVV8dS/e+YqF2JvO3yXRFbBLTIuSDkuC7aBOAvL+k=
github.com/russross/blackfriday v1.6.0 h1:KqfZb0pUVN2lYqZUYRddxF4OR8ZMURnJIG5Y3VRLtww=
github.com/russross/blackfriday v1.6.0/go.mod h1:ti0ldHuxg49ri4ksnFxlkCfN+hvslNlmVHqNRXXJNAY=
github.com/scalr/go-scalr v0.0.0-20231204095619-3b9fb0c63094 h1:pc9Hejjd9h4+P8ZSrGLYjiZYFJqRs6Wk03Dt2gJyXEw=
github.com/scalr/go-scalr v0.0.0-20231204095619-3b9fb0c63094/go.mod h1:p34SHb25YRvbgft7SUjSDYESeoQhWzAlxGXId/BbaSE=
github.com/scalr/go-scalr v0.0.0-20231211084914-60b6d441064c h1:Z7rLk23ea4Q/TYlGc2S8cbGrHIacj/qGscYLXTCurO8=
github.com/scalr/go-scalr v0.0.0-20231211084914-60b6d441064c/go.mod h1:p34SHb25YRvbgft7SUjSDYESeoQhWzAlxGXId/BbaSE=
github.com/sergi/go-diff v1.2.0 h1:XU+rvMAioB0UC3q1MFrIQy4Vo5/4VsRDQQXHsEya6xQ=
github.com/shopspring/decimal v1.2.0/go.mod h1:DKyhrW/HYNuLGql+MJL6WCR6knT2jwCFRcu2hWCYk4o=
github.com/shopspring/decimal v1.3.1 h1:2Usl1nmF/WZucqkFZhnfFYxxxu8LG21F6nPQBE5gKV8=
Expand Down

0 comments on commit 5a4b401

Please sign in to comment.