Increase disk size to something more suitable
This commit is contained in:
parent
178833d478
commit
3577413c48
1 changed files with 5 additions and 0 deletions
|
@ -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 ]
|
||||
|
|
Loading…
Reference in a new issue