mirror of
https://github.com/sidpalas/devops-directive-terraform-course.git
synced 2025-12-10 12:51:14 +00:00
- 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
- Note about using separate AWS accounts (avoids prefix issues, improved IAM control)
- Cover this in advanced section?
provider “aws” {
region = “us-east-1”
assume_role {
role_arn = “arn:aws:iam::123456789012:role/iac”
}
}