Skip to content

Commit 936e0f2

Browse files
Reapply CI/CD workflow changes
1 parent a01c8c1 commit 936e0f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

terraform/variables.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ variable "db_name" {
6060
variable "lambda_image_uri" {
6161
description = "Docker image URI for Lambda"
6262
type = string
63+
default = "123456789012.dkr.ecr.ap-south-1.amazonaws.com/crud-lambda:latest"
6364
}
6465

6566
variable "lambda_function_name" { default = "crud-lambda" }

0 commit comments

Comments
 (0)