Depends on D3692
Adding terraform configurations for the S3 and Dynamo DB.
Paths
| Differential D3693 Authored by • karol on Apr 11 2022, 6:02 AM.
Details
Summary Depends on D3692 Adding terraform configurations for the S3 and Dynamo DB. Test Plan cd services/terraform ./run.sh
Diff Detail
Event TimelineHerald added subscribers: • abosh, • benschac, atul and 3 others. · View Herald TranscriptApr 11 2022, 6:02 AM2022-04-11 06:02:35 (UTC-7) Harbormaster completed remote builds in B8062: Diff 11281.Apr 11 2022, 6:15 AM2022-04-11 06:15:44 (UTC-7) Harbormaster completed remote builds in B8069: Diff 11288.Apr 11 2022, 6:41 AM2022-04-11 06:41:42 (UTC-7) Comment Actions Wow, love how quickly you put this up, @karol-bisztyga!!
tomek added inline comments.
This revision now requires changes to proceed.Apr 26 2022, 10:44 AM2022-04-26 10:44:22 (UTC-7) • karol added inline comments.
This revision now requires changes to proceed.Apr 27 2022, 2:20 PM2022-04-27 14:20:50 (UTC-7) Harbormaster completed remote builds in B8639: Diff 12029.Apr 28 2022, 1:23 AM2022-04-28 01:23:02 (UTC-7) Comment Actions Accepting, but I don't have much context here – would be great if @jimpo could take a look Comment Actions @jimpo when can we expect a review of this? You're a blocking reviewer and the rest of this stack's accepted. Thanks. Comment Actions You should add a required_providers declaration somewhere like providers.tf. See https://registry.terraform.io/providers/hashicorp/aws/latest/docs. Also add a package.json npm script to run terraform/run.sh, right?
This revision now requires changes to proceed.May 4 2022, 6:47 AM2022-05-04 06:47:04 (UTC-7) Comment Actions
Sure, thanks!
It's added in D3694
Harbormaster completed remote builds in B8801: Diff 12260.May 5 2022, 1:34 AM2022-05-05 01:34:00 (UTC-7) • jim added inline comments.
This revision now requires changes to proceed.May 5 2022, 7:25 AM2022-05-05 07:25:51 (UTC-7)
Harbormaster completed remote builds in B8818: Diff 12285.May 5 2022, 7:45 AM2022-05-05 07:45:23 (UTC-7) This revision is now accepted and ready to land.May 5 2022, 8:49 AM2022-05-05 08:49:22 (UTC-7) Comment Actions Awesome, this looks great!
This revision was landed with ongoing or failed builds.May 6 2022, 1:46 AM2022-05-06 01:46:43 (UTC-7) Closed by commit rCOMM474b3296954b: [services] Dev mode - Add terraform (authored by • karol). · Explain Why This revision was automatically updated to reflect the committed changes. Harbormaster completed remote builds in B8840: Diff 12324.May 6 2022, 1:52 AM2022-05-06 01:52:35 (UTC-7)
Revision Contents
Diff 12324 services/terraform/.gitignore
services/terraform/.terraform.lock.hcl
services/terraform/dynamodb-test.tf
services/terraform/dynamodb.tf
services/terraform/localstack.tf
services/terraform/providers.tf
services/terraform/run.sh
|