feat: portfolio terraform

This commit is contained in:
2025-01-09 15:15:26 -05:00
parent 7003f25566
commit 3fb6801188
3 changed files with 84 additions and 0 deletions

9
terraform/variables.tf Normal file
View File

@@ -0,0 +1,9 @@
variable "bucket_name" {
type = string
description = "The name of the bucket to create."
}
variable "role_name" {
type = string
description = "The base name for the role to modify the bucket."
}