generated from terraform-ibm-modules/terraform-ibm-module-template
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: fixed bug in KMS validation logic (#46)
- Loading branch information
Showing
4 changed files
with
10 additions
and
60 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# Complete example with topics and schema creation and BYOK encryption | ||
# Complete example with topics and schema creation. | ||
|
||
An end-to-end example that creates an event streams instance with key protect. | ||
This example uses the IBM Cloud terraform provider to: | ||
- Create a new resource group if one is not passed in. | ||
- Create a Key Protect instance and root key in the provided region. | ||
- Create a new event streams instance in the resource group and region provided, encrypted with the root key created above, and configured with topics and schemas. | ||
- Create a new event streams instance in the resource group and region provided along with configured topics and schemas. |
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