9 lines
203 B
HCL
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."
|
|
} |