Page MenuHomePhabricator

[services] add dynamodb tables for identity service to terraform
ClosedPublic

Authored by varun on Jul 13 2022, 11:44 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 16, 7:44 AM
Unknown Object (File)
Thu, Apr 10, 12:46 PM
Unknown Object (File)
Tue, Apr 8, 7:35 PM
Unknown Object (File)
Tue, Apr 8, 7:35 PM
Unknown Object (File)
Tue, Apr 8, 7:34 PM
Unknown Object (File)
Tue, Apr 8, 7:34 PM
Unknown Object (File)
Thu, Mar 20, 11:35 AM
Unknown Object (File)
Mar 15 2025, 12:23 PM

Details

Summary

These tables already exist in DynamoDB but they should still be added here so we can manage them with Terraform.

Test Plan

ran terraform validate

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

max requested changes to this revision.Jul 14 2022, 6:39 AM
max added inline comments.
services/terraform/dynamodb.tf
165–166 ↗(On Diff #14444)

I think we have a convention for using the plurals in our table names. By the way, you already use the plural name in the' identity-tokens' table below.

This revision now requires changes to proceed.Jul 14 2022, 6:39 AM
varun requested review of this revision.Jul 14 2022, 7:26 AM
varun added inline comments.
services/terraform/dynamodb.tf
165–166 ↗(On Diff #14444)

registration actually is plural. registrations is also a plural form, but it sounds unnatural.

https://www.wordhippo.com/what-is/the-plural-of/registration.html

max added inline comments.
services/terraform/dynamodb.tf
165–166 ↗(On Diff #14444)

registration actually is plural. registrations is also a plural form, but it sounds unnatural.

https://www.wordhippo.com/what-is/the-plural-of/registration.html

Oh, sorry about that )

This revision is now accepted and ready to land.Jul 19 2022, 1:40 AM
services/terraform/dynamodb.tf
166

This change is intentional