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)
Thu, Dec 19, 10:22 PM
Unknown Object (File)
Thu, Dec 19, 10:22 PM
Unknown Object (File)
Thu, Dec 19, 10:20 PM
Unknown Object (File)
Mon, Dec 16, 6:27 PM
Unknown Object (File)
Mon, Dec 16, 6:27 PM
Unknown Object (File)
Mon, Dec 16, 12:51 AM
Unknown Object (File)
Mon, Dec 16, 12:51 AM
Unknown Object (File)
Nov 18 2024, 2:49 AM

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
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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