Skip to content

Commit 8c4b5e0

Browse files
authored
Merge pull request #3 from terraform-do-modules/0.15
fix readme
2 parents 318a656 + 4e8342b commit 8c4b5e0

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2019 Cloud Drove
3+
Copyright (c) 2021 Cloud Drove
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ usage : |-
3636
Here is an example of how you can use this module in your inventory structure:
3737
```hcl
3838
module "labels" {
39-
source = "clouddrove/labels/digitalocean"
39+
source = "terraform-do-modules/labels/digitalocean"
4040
version = "0.15.0"
4141
name = "labels"
4242
environment = "test"

0 commit comments

Comments
 (0)