[terraform] Add IAM policies for services-to-services token
Summary:
Backup service was unable to get services-to-services token for unauthenticated endpoints (latest backup), due to:
User: arn:aws:sts::************:assumed-role/backup-service-role/************ is not authorized to perform: secretsmanager:GetSecretValue on resource: servicesToken because no identity-based policy allows the secretsmanager:GetSecretValue action
Added proper IAM policy that allows reading the secret by services.
Depends on D12504
Test Plan: Applied this on staging and confirmed that the issue is gone
Reviewers: kamil, will
Reviewed By: kamil
Subscribers: ashoat, tomek
Differential Revision: https://phab.comm.dev/D12505