Skip to content

Commit

Permalink
bigger VM, and install git
Browse files Browse the repository at this point in the history
  • Loading branch information
cdkharris authored Jul 12, 2024
1 parent 47da93d commit aa07106
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions cloud-init.tmpl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ packages:
- qemu-guest-agent
- bash-completion
- vim
- git

yum_repos:
baseos:
Expand Down
4 changes: 2 additions & 2 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ variable "public_key_openssh" {

variable "ram_gb" {
type = string
default = "8Gi"
default = "16Gi"
description = "Amount of memory for the VM"
}

variable "vcpu" {
type = number
default = 2
default = 4
description = "Number of CPUs for the VM"
}

Expand Down

0 comments on commit aa07106

Please sign in to comment.