Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
mh3ong authored May 19, 2024
1 parent d217387 commit 08b363f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IaC/serverless_api_template/lambda/main.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
provider "random" {}

resource "random_id" "random_string" {
byte_length = 8
byte_length = 4
}

resource "aws_iam_role" "lambda-role" {
Expand Down

0 comments on commit 08b363f

Please sign in to comment.