Skip to content

Commit 771ef15

Browse files
nandajavarmaadrienthebo
authored andcommitted
Update install/infra/modules/eks/storage.tf
Co-authored-by: Adrien Thebo <[email protected]>
1 parent 70e004f commit 771ef15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/infra/modules/eks/storage.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ data "aws_iam_policy_document" "s3_policy" {
4444
resource "aws_iam_policy" "policy" {
4545
count = var.enable_external_storage ? 1 : 0
4646
name = "spolicy-${var.cluster_name}"
47-
description = "s3 storage bucket policy"
47+
description = "Gitpod ${var.cluster_name} object storage bucket policy"
4848
policy = data.aws_iam_policy_document.s3_policy[0].json
4949
}
5050

0 commit comments

Comments
 (0)