Skip to content

Commit

Permalink
feat(terraform): scale up vultr
Browse files Browse the repository at this point in the history
  • Loading branch information
isac322 committed Dec 17, 2023
1 parent 9890e8a commit 8ed27f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 1-provision/env/prod-vultr/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ module "cluster" {

instance_map = {
v1 = {
plan = "vc2-1c-1gb"
plan = "vc2-1c-2gb"
region = "icn"
}
}
Expand Down

0 comments on commit 8ed27f5

Please sign in to comment.