From c095e185c6902367d27284634b904737c0bc0b57 Mon Sep 17 00:00:00 2001 From: Kumar Saurabh Date: Thu, 19 Mar 2020 18:19:33 +0530 Subject: [PATCH] Update variables.tf --- variables.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/variables.tf b/variables.tf index 6376c10..a3b251c 100644 --- a/variables.tf +++ b/variables.tf @@ -20,7 +20,7 @@ variable "ubuntu" { variable "node_size" { description = "Selected size for your provisioned Droplets." type = "string" - default = "512mb" + default = "1gb" } variable "region" { @@ -42,4 +42,4 @@ variable "github_repo_name" { variable "github_access_token" { description = "Personal access token for the admin access to the repository" type = "string" -} \ No newline at end of file +}