Skip to content

Commit

Permalink
fix: delete topic does not fail when topic does not exist (IBM-Cloud#…
Browse files Browse the repository at this point in the history
…2976)

* delete topic does not fail when topic does not exists

* update deps
  • Loading branch information
JunliWang authored and kavya498 committed Sep 30, 2021
1 parent 1eb262e commit 8858d15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/kms_key.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ resource "ibm_kms_key" "key" {
```

**Deprecated** :
1) Support for creating Policies along with the Key will be deprecated after 30 days.
1) Support for creating Policies along with the Key will be deprecated in future releases.
2) A new resource for creating Key pollicies has been released which can be used to create policies for existing key.
3) Use either "ibm_kms_key" or "ibm_kms_key_policies" to manage key policies but not both together.
4) If both the resources have been utilised to create policies then add licycle ignore block to "ibm_kms_key" resource to avoid any changes kms_key_policies resource to the policies.
Expand Down

0 comments on commit 8858d15

Please sign in to comment.