Page MenuHomePhabricator

[services][terraform] Move current config to dev/
ClosedPublic

Authored by bartek on Jul 19 2023, 9:18 AM.
Tags
None
Referenced Files
F2173634: D8567.diff
Tue, Jul 2, 10:32 PM
Unknown Object (File)
Sun, Jun 30, 4:06 AM
Unknown Object (File)
Thu, Jun 27, 8:11 AM
Unknown Object (File)
Mon, Jun 24, 8:06 PM
Unknown Object (File)
Sat, Jun 22, 7:34 PM
Unknown Object (File)
Thu, Jun 20, 11:49 AM
Unknown Object (File)
Tue, Jun 18, 3:31 PM
Unknown Object (File)
Tue, Jun 18, 3:31 PM
Subscribers

Details

Summary

Currently our terraform is designed to set up localstack. This diff splits the config into dev/ and remote/ directories, and moves the current config into dev/. This is so we can add remote/ and set up a remote AWS account.
Shared resources (DDB tables and S3 buckets) are held in modules/shared/ directory as a terraform module.

Also updated the AWS terraform provider - the old one was outdated

Test Plan

Set up localstack and make sure it was populated by terraform

cd services && yarn reset-local-cloud
awslocal dynamodb list-tables

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable