We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tf_label
tf_hostname
1 parent 49c0533 commit 3f7e4b6Copy full SHA for 3f7e4b6
main.tf
@@ -1,6 +1,6 @@
1
# Define composite variables for resources
2
module "label" {
3
- source = "git::https://github.com/cloudposse/tf_label.git"
+ source = "git::https://github.com/cloudposse/tf_label.git?ref=tags/0.1.0"
4
namespace = "${var.namespace}"
5
name = "${var.name}"
6
stage = "${var.stage}"
@@ -675,7 +675,7 @@ resource "aws_s3_bucket" "elb_logs" {
675
}
676
677
module "tld" {
678
- source = "git::https://github.com/cloudposse/tf_hostname.git"
+ source = "git::https://github.com/cloudposse/tf_hostname.git?ref=tags/0.1.0"
679
680
681
0 commit comments