Skip to content

Commit 37c7c82

Browse files
committed
fix for latest_image_arn output
1 parent 367eb42 commit 37c7c82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

outputs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
output "latest_image_arn" {
22
description = "ARN of the wildcard representing the latest EC2 Image Builder Image"
3-
value = replace(aws_imagebuilder_image_recipe.this.arn, "///[0-9].[0-9].[0-9].$/", "/x.x.x")
3+
value = replace(aws_imagebuilder_image_recipe.this.arn, "//[0-9]+.[0-9]+.[0-9]+$/", "/x.x.x")
44
}
55

66
output "recipe_arn" {

0 commit comments

Comments
 (0)