switched from s3 to disk for saving icons
This commit is contained in:
parent
113a261dae
commit
5b3f6a6870
9 changed files with 84 additions and 112 deletions
|
|
@ -326,7 +326,7 @@ resource "aws_instance" "main" {
|
|||
iam_instance_profile = aws_iam_instance_profile.ec2[0].name
|
||||
|
||||
root_block_device {
|
||||
volume_size = 50
|
||||
volume_size = 300
|
||||
volume_type = "gp3"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue