infracloud/archives/invista-nexus_Fix-Unauthorized/modules/bucket/variables.tf
2026-03-09 15:02:41 -03:00

5 lines
No EOL
234 B
HCL

variable bucket_compartment { type = string }
variable bucket_name { type = string }
variable bucket_access_type { type = string }
variable bucket_storage_tier { type = string }
variable bucket_versioning { type = string }