Skip to content

Commit e4f53aa

Browse files
authored
update default ecr_repo_tag to 3.0.3 (#113)
1 parent 0f0fe07 commit e4f53aa

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.0.1"
25+
default = "3.0.3"
2626
}
2727

2828
variable "use_pre_created_image" {

0 commit comments

Comments
 (0)