Page MenuHomePhabricator

[terraform] Localstack changes for commtest
ClosedPublic

Authored by bartek on Oct 17 2023, 5:31 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Jun 25, 5:01 AM
Unknown Object (File)
Tue, Jun 25, 5:01 AM
Unknown Object (File)
Tue, Jun 25, 5:00 AM
Unknown Object (File)
Tue, Jun 25, 4:53 AM
Unknown Object (File)
Wed, Jun 12, 1:08 AM
Unknown Object (File)
May 25 2024, 7:20 PM
Unknown Object (File)
May 4 2024, 6:26 PM
Unknown Object (File)
May 4 2024, 6:26 PM
Subscribers

Details

Summary

Minor changes to localstack terraform configuration.
They're needed to be able to successfully destroy resources using terraform apply -destroy.
Also made localstack endpoint configurable - this will be required later when running terraform from within a container.

Test Plan
  • TF plan shows no changes on remote config
  • On local dev config, doing
cd services; docker compose up -d localstack
cd terraform/dev
terraform apply -auto-approve
terraform apply -destroy -auto-approve

successfully initializes and then destroys all resources.

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

bartek held this revision as a draft.
bartek published this revision for review.Oct 17 2023, 5:58 AM
bartek edited the test plan for this revision. (Show Details)
bartek edited the test plan for this revision. (Show Details)
bartek edited the test plan for this revision. (Show Details)
This revision is now accepted and ready to land.Oct 18 2023, 3:16 AM