[services][terraform] Move current config to dev/
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
Reviewers: jon, varun, michal
Reviewed By: jon
Subscribers: ashoat, tomek
Differential Revision: https://phab.comm.dev/D8567