Skip to content

Commit 77524e7

Browse files
committed
revving version in main.tf
1 parent ef984b1 commit 77524e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ resource "null_resource" "build_app" {
183183
}
184184

185185
provisioner "file" {
186-
source = "./autoscaler/redis-cloud-autoscaler/build/libs/redis-cloud-autoscaler-0.0.2.jar"
186+
source = "./autoscaler/redis-cloud-autoscaler/build/libs/redis-cloud-autoscaler-0.0.3.jar"
187187
destination = "autoscaler.jar"
188188
}
189189

0 commit comments

Comments
 (0)