mirror of
https://github.com/sidpalas/devops-directive-terraform-course.git
synced 2025-12-18 00:21:24 +00:00
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
This commit is contained in:
@@ -34,8 +34,8 @@ variable "instance_type" {
|
||||
|
||||
# S3 Variables
|
||||
|
||||
variable "bucket_name" {
|
||||
description = "name of s3 bucket for app data"
|
||||
variable "bucket_prefix" {
|
||||
description = "prefix of s3 bucket for app data"
|
||||
type = string
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user