Skip to content

Commit 465e7ef

Browse files
update github action
1 parent a8ee39e commit 465e7ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@ usage : |-
4343
Here is an example of how you can use this module in your inventory structure:
4444
```hcl
4545
module "label" {
46-
source = "git::https://github.com/clouddrove/terraform-labels.git?ref=tags/0.15.0"
46+
source = "clouddrove/labels/aws"
4747
name = "labels"
4848
environment = "prod"
4949
managedby = "[email protected]"
5050
repository = "https://github.com/clouddrove/terraform-labels"
5151
label_order = ["name","attributes","environment"]
5252
delimiter = "-"
5353
tags = {
54-
"Terraform Version" = ""
54+
"Terraform Version" = "1.0.1"
5555
"created_date" = "23-nov-22"
5656
}
5757
}

0 commit comments

Comments
 (0)