Skip to content

Commit

Permalink
explicitly set memory and cpu
Browse files Browse the repository at this point in the history
  • Loading branch information
PacoVK committed Oct 4, 2023
1 parent 20e7443 commit ed40167
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/aws/apprunner/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ resource "aws_apprunner_service" "tapir" {

instance_configuration {
instance_role_arn = aws_iam_role.tapir.arn
cpu = "2048"
memory = "4096"
}

tags = {
Expand Down

0 comments on commit ed40167

Please sign in to comment.