From 52b5333f803ba2168f95954ea706e53f7805011d Mon Sep 17 00:00:00 2001 From: Tim Cheung <152907271+timckt@users.noreply.github.com> Date: Tue, 24 Sep 2024 10:13:30 +0100 Subject: [PATCH] Update variables files --- variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.tf b/variables.tf index 34d1867..3982c1c 100644 --- a/variables.tf +++ b/variables.tf @@ -20,7 +20,7 @@ variable "snapshot_identifier" { variable "db_allocated_storage" { description = "The allocated storage in gibibytes" - default = "20" # 20 GiB is minimum storage size for RDS PostgreSQL gp3 storage type. + default = "20" # Minimum 'gp3' storage size is 20 GiB for Amazon RDS. type = number }