We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a41090f commit d6efbc0Copy full SHA for d6efbc0
terraform/python/ec2/adot-genai/main.tf
@@ -67,7 +67,7 @@ resource "aws_instance" "main_service_instance" {
67
}
68
69
root_block_device {
70
- volume_size = 5
+ volume_size = 30
71
72
73
user_data = base64encode(<<-EOF
0 commit comments