Skip to content

Commit 319b557

Browse files
authored
docs: remove s2s workaround issue comment (#721)
1 parent 9b585bb commit 319b557

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

dynamic_values/config_modules/service_authorizations/service_authorizations.tf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,9 @@ module "kms_to_block_storage" {
5959
]
6060
}
6161

62-
# workaround for https://github.com/terraform-ibm-modules/terraform-ibm-landing-zone/issues/645
62+
# 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.
6365
module "kube_to_kms" {
6466
source = "../list_to_map"
6567
list = [

0 commit comments

Comments
 (0)