diff --git a/deployments/terraform/modules/cloud_storage/variables.tf b/deployments/terraform/modules/cloud_storage/variables.tf new file mode 100644 index 000000000..b3aae9bb3 --- /dev/null +++ b/deployments/terraform/modules/cloud_storage/variables.tf @@ -0,0 +1,3 @@ +variable "bucket_name" { + type = string +}