Page MenuHomePhabricator

[terraform] Use default vpc, subnets, and internet gateway for self-host
ClosedPublic

Authored by will on Jun 6 2024, 8:37 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Oct 11, 7:22 PM
Unknown Object (File)
Fri, Oct 11, 7:22 PM
Unknown Object (File)
Fri, Oct 11, 7:05 PM
Unknown Object (File)
Fri, Oct 11, 7:02 PM
Unknown Object (File)
Tue, Oct 8, 7:52 PM
Unknown Object (File)
Wed, Oct 2, 3:04 AM
Unknown Object (File)
Sun, Sep 29, 3:48 AM
Unknown Object (File)
Sat, Sep 28, 11:34 PM
Subscribers

Details

Summary

This removes the need to specify availability zones by using the vpc, subnets, and internet gateway default to each region.

Depends on D12324

Test Plan

Deployed set up to region specified in config. Mariadb database was accessible.

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

will requested review of this revision.Jun 6 2024, 8:57 PM

remove availability zones

This revision is now accepted and ready to land.Jun 7 2024, 1:44 AM

Add option for user created vpc to avoid migration of prod aws rds instance to new vpc

only create vpc, subnets, and internet gateway if user created option is true