Skip to content

Commit

Permalink
Use precise modules URLs (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
drama17 authored Aug 18, 2017
1 parent 43fcba8 commit 32a3fa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "tf_label" {
source = "git::https://github.com/cloudposse/tf_label.git?ref=0.1.0"
source = "git::https://github.com/cloudposse/tf_label.git?ref=tags/0.1.0"
namespace = "${var.namespace}"
stage = "${var.stage}"
name = "${var.name}"
Expand Down

0 comments on commit 32a3fa7

Please sign in to comment.