Skip to content

Commit ca25199

Browse files
committed
set version of recipe module
1 parent af5bf61 commit ca25199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/basic/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ module "test_component" {
3434
}
3535

3636
module "test_recipe" {
37-
source = "git::https://github.com/rhythmictech/terraform-aws-imagebuilder-recipe.git?ref=init"
37+
source = "git::https://github.com/rhythmictech/terraform-aws-imagebuilder-recipe.git?ref=v0.1.0"
3838

3939
description = "Testing recipe"
4040
name = "test-recipe"

0 commit comments

Comments
 (0)