Skip to content

Commit

Permalink
Fixed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tuteng committed Jan 7, 2025
1 parent 58db995 commit 4fa0eb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/aws/volume-access/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ data "aws_iam_policy_document" "streamnative_management_access" {
}

######
#-- Create the IAM role for the the StreamNative Cloud data access to s3 bucket
#-- Create the IAM role for the the StreamNative Cloud data plane access to s3 bucket
######
resource "aws_iam_role_policy" "access_bucket_role" {
name = var.role
Expand Down

0 comments on commit 4fa0eb4

Please sign in to comment.