Skip to content

Commit 22d408d

Browse files
authored
feat: UPD ecr_repo_tag to 4.0.0
1 parent c6b74a2 commit 22d408d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vars.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ variable "ecr_repo_name" {
2222
variable "ecr_repo_tag" {
2323
description = "The tag of the image in the ECR repository."
2424
type = string
25-
default = "3.2.0"
25+
default = "4.0.0"
2626
}
2727

2828
variable "use_pre_created_image" {

0 commit comments

Comments
 (0)