Skip to content

Commit d6b340f

Browse files
Update install/infra/modules/eks/storage.tf
Co-authored-by: Adrien Thebo <[email protected]>
1 parent a6c79d3 commit d6b340f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/infra/modules/eks/storage.tf

+1-1
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)