From 50a23f40d9fe473b035187f87e4b38093c31d1d4 Mon Sep 17 00:00:00 2001 From: abyssparanoia Date: Sun, 9 Oct 2022 05:32:39 +0900 Subject: [PATCH] feat: add cloud storage --- deployments/terraform/modules/cloud_storage/variables.tf | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 deployments/terraform/modules/cloud_storage/variables.tf 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 +}