Files
portfolio/terraform/variables.tf
2025-01-09 15:15:26 -05:00

9 lines
203 B
HCL

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."
}