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.
1 parent effc1b2 commit 8b7f30aCopy full SHA for 8b7f30a
main.tf
@@ -1,5 +1,6 @@
1
module "tags" {
2
- source = "git::https://github.com/rhythmictech/terraform-terraform-tags.git?ref=v0.0.2"
+ source = "rhythmictech/tags/terraform"
3
+ version = "~> 1.1"
4
tags = var.tags
5
6
names = [
0 commit comments