Page MenuHomePhabricator

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

Authored by bartek on Jul 19 2023, 9:18 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Nov 23, 7:18 AM
Unknown Object (File)
Tue, Nov 5, 7:31 AM
Unknown Object (File)
Tue, Nov 5, 7:31 AM
Unknown Object (File)
Tue, Nov 5, 7:31 AM
Unknown Object (File)
Tue, Nov 5, 7:28 AM
Unknown Object (File)
Fri, Nov 1, 4:35 PM
Unknown Object (File)
Oct 15 2024, 12:24 PM
Unknown Object (File)
Oct 4 2024, 2:58 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