Skip to content

Commit 824d666

Browse files
MaxBed4dMoteHue
andauthored
add module.path to be able to find file (#24)
add module.path to be able to find file --------- Co-authored-by: Matt Crees <[email protected]>
1 parent cbebe04 commit 824d666

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openstack-device.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ resource "null_resource" "registry" {
9595
}
9696

9797
triggers = {
98-
pull_retag_push_images = file("pull-retag-push-images.sh")
98+
pull_retag_push_images = file("${path.module}/pull-retag-push-images.sh")
9999
}
100100

101101
provisioner "file" {

0 commit comments

Comments
 (0)