Skip to content

Commit 3f7e4b6

Browse files
authored
Pin tf_label and tf_hostname to 0.1.0 (#4)
1 parent 49c0533 commit 3f7e4b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Define composite variables for resources
22
module "label" {
3-
source = "git::https://github.com/cloudposse/tf_label.git"
3+
source = "git::https://github.com/cloudposse/tf_label.git?ref=tags/0.1.0"
44
namespace = "${var.namespace}"
55
name = "${var.name}"
66
stage = "${var.stage}"
@@ -675,7 +675,7 @@ resource "aws_s3_bucket" "elb_logs" {
675675
}
676676

677677
module "tld" {
678-
source = "git::https://github.com/cloudposse/tf_hostname.git"
678+
source = "git::https://github.com/cloudposse/tf_hostname.git?ref=tags/0.1.0"
679679
namespace = "${var.namespace}"
680680
name = "${var.name}"
681681
stage = "${var.stage}"

0 commit comments

Comments
 (0)