We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b585bb commit 319b557Copy full SHA for 319b557
dynamic_values/config_modules/service_authorizations/service_authorizations.tf
@@ -59,7 +59,9 @@ module "kms_to_block_storage" {
59
]
60
}
61
62
-# workaround for https://github.com/terraform-ibm-modules/terraform-ibm-landing-zone/issues/645
+# Required service authorization access policy for Kubernetes Service and the KMS provider.
63
+# This auth-policy only gets auto created if doing cluster data encryption.
64
+# But for boot volume encryption, this policy needs to exist before cluster creation hence we need to explicitly create it.
65
module "kube_to_kms" {
66
source = "../list_to_map"
67
list = [
0 commit comments