From ed40167926e98254d3e7cecd5b8292d11a10da2d Mon Sep 17 00:00:00 2001 From: Pascal Euhus Date: Wed, 4 Oct 2023 22:19:14 +0200 Subject: [PATCH] explicitly set memory and cpu --- examples/aws/apprunner/main.tf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/aws/apprunner/main.tf b/examples/aws/apprunner/main.tf index 67b372f1..580726ec 100644 --- a/examples/aws/apprunner/main.tf +++ b/examples/aws/apprunner/main.tf @@ -31,6 +31,8 @@ resource "aws_apprunner_service" "tapir" { instance_configuration { instance_role_arn = aws_iam_role.tapir.arn + cpu = "2048" + memory = "4096" } tags = {