Increase disk size to something more suitable

This commit is contained in:
Erik Stambaugh 2024-02-01 16:52:27 -08:00
parent 178833d478
commit 3577413c48

View file

@ -40,6 +40,11 @@ sudo snap install amazon-ssm-agent --classic
sudo apt-get -y --no-install-recommends install ansible
EOF
root_block_device {
volume_size = 70
volume_type = "gp3"
}
tags = { Name = "social" }
lifecycle {
ignore_changes = [ ami ]