6 Commits

Author SHA1 Message Date
sidpalas
9949d314f3 Updates from bitrot livestream (#16)
- Remove minor version pin for postgres versions (i.e. 12.5 -> 12)
- Update s3 config to use separate versioning and encryption terraform resources
- Use bucket_prefix instead of bucket for bucket naming to avoid name conflicts

Stream: https://youtu.be/KWwKPYuOGBw
2023-01-13 12:43:41 -05:00
Lachlan Mulcahy
7a3fdaca72 03-basics: Fix deprecation warnings and postgres version error (#12)
This change updates the s3 bucket resource syntax to use the newer
resource types for specifying versioning and encryption configs.
We also enable auto_minor_version_upgrade for the RDS instance and
switch to only asking for major version 12.

This will just use the default/latest RDS PostgreSQL v12 minor
version. Upside, the specific engine_version provided here will take
longer before it becomes invalid. Minor downside, we are saying its
OK for this RDS instance to undergo minor version upgrades, which
while fine for a toy example like this, is often not great in prod.
2022-09-06 19:53:38 -04:00
sid palas
0fdc55db8e update domain 2022-02-13 12:00:39 -08:00
sid palas
3c0fe8a7f4 Update readmes for modules 1-3 2021-06-27 22:07:31 -07:00
sid palas
f21f709b51 Updates during testing of TF 1.0.1 2021-06-27 13:41:03 -07:00
sid palas
1d095e337a initial commit 2021-05-05 08:13:24 -07:00