Skip to content

Commit 9ffafb7

Browse files
committed
set version of component module
1 parent ca25199 commit 9ffafb7

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
@@ -23,7 +23,7 @@ module "tags" {
2323
}
2424

2525
module "test_component" {
26-
source = "git::https://github.com/rhythmictech/terraform-aws-imagebuilder-component-ansible.git?ref=init"
26+
source = "git::https://github.com/rhythmictech/terraform-aws-imagebuilder-component-ansible.git?ref=v0.1.0"
2727

2828
component_version = "1.0.0"
2929
description = "Testing component"

0 commit comments

Comments
 (0)