Updates from bitrot livestream

This commit is contained in:
sid palas
2023-01-13 12:33:05 -05:00
parent 7a3fdaca72
commit 31741e5348
13 changed files with 56 additions and 45 deletions

View File

@@ -22,8 +22,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
}