Skip to content

Commit

Permalink
nasa-veda: Fix trailing slash in json
Browse files Browse the repository at this point in the history
Follow-up to #3517,
which had syntatically invalid JSON
  • Loading branch information
yuvipanda committed Dec 8, 2023
1 parent 00a075f commit 2da0815
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 2da0815

Please sign in to comment.