Skip to content

Commit 1cb02d0

Browse files
authored
Merge pull request #7136 from yuvipanda/fix-missing-comman
Fix missing comma
2 parents ecc0601 + 55a1623 commit 1cb02d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

terraform/aws/projects/nasa-ghg-hub.tfvars

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,9 @@ hub_cloud_permissions = {
126126
"arn:aws:s3:::ghg-ssim",
127127
"arn:aws:s3:::ghg-ssim/*",
128128
"arn:aws:s3:::ghg-retrieval-algorithm",
129-
"arn:aws:s3:::ghg-retrieval-algorithm/*"
129+
"arn:aws:s3:::ghg-retrieval-algorithm/*",
130130
"arn:aws:s3:::sdap-dev-zarr",
131-
"arn:aws:s3:::sdap-dev-zarr/*"
131+
"arn:aws:s3:::sdap-dev-zarr/*"
132132
]
133133
},
134134
{

0 commit comments

Comments
 (0)