-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Fix] snapshot configuration update with kms key (#2772)
[Fix] snapshot configuration update with kms key Summary of the Pull Request PR Checklist Refers to: #2769 Tests added/passed. Documentation updated. Schema updated. Release notes added. Acceptance Steps Performed === RUN TestResourceCSSSnapshotConfigurationV1_basic === PAUSE TestResourceCSSSnapshotConfigurationV1_basic === CONT TestResourceCSSSnapshotConfigurationV1_basic --- PASS: TestResourceCSSSnapshotConfigurationV1_basic (832.78s) === RUN TestAccCheckCSSV1Validation --- PASS: TestAccCheckCSSV1Validation (3.89s) PASS Process finished with the exit code 0 Reviewed-by: Vladimir Vshivkov Reviewed-by: Muneeb H. Jan <[email protected]>
- Loading branch information
1 parent
6b85863
commit 7b152a9
Showing
3 changed files
with
70 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 5 additions & 0 deletions
5
releasenotes/notes/css-snapshot-update-fix-900078c85cecdacb.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
fixes: | ||
- | | ||
**[CSS]** fixed ``creation_policy`` update when kms encryption enabled ``resource/opentelekomcloud_css_snapshot_configuration_v1`` | ||
(`#2772 <https://github.com/opentelekomcloud/terraform-provider-opentelekomcloud/pull/2772>`_) |