File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,8 @@ module "tags" {
2323}
2424
2525module "test_component" {
26- source = " git::https://github.com/rhythmictech/terraform-aws-imagebuilder-component-ansible.git?ref=v0.1.0"
26+ source = " rhythmictech/imagebuilder-component-ansible/aws"
27+ version = " ~> 0.1.0"
2728
2829 component_version = " 1.0.0"
2930 description = " Testing component"
@@ -34,7 +35,8 @@ module "test_component" {
3435}
3536
3637module "test_recipe" {
37- source = " git::https://github.com/rhythmictech/terraform-aws-imagebuilder-recipe.git?ref=v0.1.0"
38+ source = " rhythmictech/imagebuilder-recipe/aws"
39+ version = " ~> 0.1.0"
3840
3941 description = " Testing recipe"
4042 name = " test-recipe"
@@ -51,7 +53,8 @@ module "test_recipe" {
5153}
5254
5355module "test_pipeline" {
54- source = " ../../"
56+ source = " rhythmictech/imagebuilder-pipeline/aws"
57+ version = " ~> 0.1.0"
5558
5659 description = " Testing pipeline"
5760 name = " test-pipeline"
You can’t perform that action at this time.
0 commit comments