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)
Sun, Jan 5, 4:39 PM
Unknown Object (File)
Fri, Dec 27, 4:25 AM
Unknown Object (File)
Fri, Dec 27, 4:25 AM
Unknown Object (File)
Fri, Dec 27, 4:25 AM
Unknown Object (File)
Fri, Dec 27, 4:18 AM
Unknown Object (File)
Dec 6 2024, 12:13 AM
Unknown Object (File)
Dec 2 2024, 2:07 AM
Unknown Object (File)
Nov 29 2024, 9:48 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