Page MenuHomePhabricator

[services] Tunnelbroker - Fix `IDs` in Terraform dynamodb table attributes
ClosedPublic

Authored by max on Aug 1 2022, 6:50 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Nov 2, 5:29 PM
Unknown Object (File)
Oct 18 2024, 2:07 AM
Unknown Object (File)
Oct 7 2024, 3:26 PM
Unknown Object (File)
Oct 7 2024, 3:26 PM
Unknown Object (File)
Oct 7 2024, 3:26 PM
Unknown Object (File)
Oct 7 2024, 3:24 PM
Unknown Object (File)
Sep 26 2024, 3:29 PM
Unknown Object (File)
Sep 26 2024, 3:29 PM

Details

Summary

This diff is a fix.
After updating the field names to use ID instead of Id some of the fields used the old names which caused errors while running in the cloud. The codebase is already
using the ID pattern. The changes need to be made in the Terraform script.

Linear task: ENG-1492

Test Plan

Run yarn init-local-cloud and run database related unit tests in test/DatabaseManagerTest.cpp.

Diff Detail

Repository
rCOMM Comm
Branch
fix-IDs-in-terraform
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

max held this revision as a draft.
max added reviewers: karol, tomek.
max edited the summary of this revision. (Show Details)
This revision is now accepted and ready to land.Aug 2 2022, 2:44 AM