You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-6Lines changed: 16 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,12 @@
1
1
# terraform-google-kms
2
2
3
-
This module was generated from [terraform-google-module-template](https://github.com/terraform-google-modules/terraform-google-module-template/), which by default generates a module that simply creates a GCS bucket. As the module develops, this README should be updated.
3
+
Simple Cloud KMS module that allows managing a keyring, zero or more keys in the keyring, and IAM role bindings on individual keys.
4
4
5
5
The resources/services/activations/deletions that this module will create/trigger are:
6
6
7
-
- Create a GCS bucket with the provided name
7
+
- Create a KMS keyring in the provided project
8
+
- Create zero or more keys in the keyring
9
+
- Create IAM role bindings for owners, encrypters, decrypters
0 commit comments