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: update incorrect KMS validation logic (#18)
- Loading branch information
Showing
11 changed files
with
14 additions
and
31 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,8 +1,6 @@ | ||
# Default example using the modules default inputs | ||
# Basic example | ||
|
||
An end-to-end example that creates an event streams instance. | ||
This example uses the IBM Cloud terraform provider to: | ||
- Create a new resource group if one is not passed in. | ||
- Create a new event streams instance with default inputs in the resource group and region provided. | ||
|
||
<!-- Add your example and link to it from the module's main readme file. --> |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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,8 +1,7 @@ | ||
# Complete example with key protect | ||
# Complete example with BYOK encryption | ||
|
||
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 new event streams instance with topics and schemas provided, and a new key protect instance in the resource group and region provided. | ||
|
||
<!-- Add your example and link to it from the module's main readme file. --> | ||
- 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. |
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
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