Skip to content

Commit d398f15

Browse files
authored
Merge pull request #7134 from siddharth0248/oco3-sams
Add "sdap-dev-zarr"
2 parents d230bb1 + a01374b commit d398f15

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,9 @@ hub_cloud_permissions = {
6969
"arn:aws:s3:::ghg-ssim",
7070
"arn:aws:s3:::ghg-ssim/*",
7171
"arn:aws:s3:::ghg-retrieval-algorithm",
72-
"arn:aws:s3:::ghg-retrieval-algorithm/*"
72+
"arn:aws:s3:::ghg-retrieval-algorithm/*",
73+
"arn:aws:s3:::sdap-dev-zarr",
74+
"arn:aws:s3:::sdap-dev-zarr/*"
7375
]
7476
},
7577
{
@@ -125,6 +127,8 @@ hub_cloud_permissions = {
125127
"arn:aws:s3:::ghg-ssim/*",
126128
"arn:aws:s3:::ghg-retrieval-algorithm",
127129
"arn:aws:s3:::ghg-retrieval-algorithm/*"
130+
"arn:aws:s3:::sdap-dev-zarr",
131+
"arn:aws:s3:::sdap-dev-zarr/*"
128132
]
129133
},
130134
{

0 commit comments

Comments
 (0)