Skip to content

Commit

Permalink
Pin tf_label to 0.1.0 (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
aknysh authored Aug 20, 2017
1 parent 0fec15b commit 7775ce2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@

# Module directory
.terraform/

.idea
*.iml
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Define composite variables for resources
module "label" {
source = "git::https://github.com/cloudposse/tf_label.git"
source = "git::https://github.com/cloudposse/tf_label.git?ref=tags/0.1.0"
namespace = "${var.namespace}"
name = "${var.name}"
stage = "${var.stage}"
Expand Down

0 comments on commit 7775ce2

Please sign in to comment.