Skip to content

Commit

Permalink
Merge pull request #3520 from yuvipanda/fix-typo-3
Browse files Browse the repository at this point in the history
nasa-veda: Fix trailing comma in json
  • Loading branch information
yuvipanda authored Dec 8, 2023
2 parents e8a72e3 + 2da0815 commit 2ede267
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/aws/projects/nasa-veda.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ hub_cloud_permissions = {
"arn:aws:s3:::maap-ops-workspace",
"arn:aws:s3:::maap-ops-workspace/*",
"arn:aws:s3:::nasa-maap-data-store",
"arn:aws:s3:::nasa-maap-data-store/*",
"arn:aws:s3:::nasa-maap-data-store/*"
]
},
{
Expand Down Expand Up @@ -113,7 +113,7 @@ hub_cloud_permissions = {
"arn:aws:s3:::maap-ops-workspace",
"arn:aws:s3:::maap-ops-workspace/*",
"arn:aws:s3:::nasa-maap-data-store",
"arn:aws:s3:::nasa-maap-data-store/*",
"arn:aws:s3:::nasa-maap-data-store/*"
]
},
{
Expand Down

0 comments on commit 2ede267

Please sign in to comment.