Skip to content

Commit

Permalink
Update variables.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
itsksaurabh authored Mar 19, 2020
1 parent ad9f14c commit c095e18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ variable "ubuntu" {
variable "node_size" {
description = "Selected size for your provisioned Droplets."
type = "string"
default = "512mb"
default = "1gb"
}

variable "region" {
Expand All @@ -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"
}
}

0 comments on commit c095e18

Please sign in to comment.