Skip to content

Commit

Permalink
Update variables.tf
Browse files Browse the repository at this point in the history
Co-authored-by: Marwin Baumann <[email protected]>
  • Loading branch information
Plork and marwinbaumannsbp authored Sep 16, 2024
1 parent f2fd580 commit b2acab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ variable "handler" {
variable "image_uri" {
type = string
default = null
description = "ECR image URI containing the function's deployment package. (must be internal ECR URI to the organiusation)"
description = "ECR image URI containing the function's deployment package. (must be internal ECR URI)"

validation {
condition = var.image_uri == null || can(regex("^[0-9]{12}.dkr.ecr.[a-zA-Z0-9-]+.amazonaws.com/.+$", var.image_uri))
Expand Down

0 comments on commit b2acab5

Please sign in to comment.