Skip to content

Commit fc24ca7

Browse files
committed
update README.md
1 parent fff4b82 commit fc24ca7

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55

66
<h1 align="center">
7-
Terraform gcp storage
7+
Terraform gcp labels
88
</h1>
99

1010
<p align="center" style="font-size: 1.2rem;">
@@ -30,13 +30,13 @@
3030
</p>
3131
<p align="center">
3232

33-
<a href='https://facebook.com/sharer/sharer.php?u=https://github.com/clouddrove/terraform-gcp-storage'>
33+
<a href='https://facebook.com/sharer/sharer.php?u=https://github.com/clouddrove/terraform-gcp-labels'>
3434
<img title="Share on Facebook" src="https://user-images.githubusercontent.com/50652676/62817743-4f64cb80-bb59-11e9-90c7-b057252ded50.png" />
3535
</a>
36-
<a href='https://www.linkedin.com/shareArticle?mini=true&title=Terraform+gcp+storage&url=https://github.com/clouddrove/terraform-gcp-storage'>
36+
<a href='https://www.linkedin.com/shareArticle?mini=true&title=Terraform+gcp+labels&url=https://github.com/clouddrove/terraform-gcp-labels'>
3737
<img title="Share on LinkedIn" src="https://user-images.githubusercontent.com/50652676/62817742-4e339e80-bb59-11e9-87b9-a1f68cae1049.png" />
3838
</a>
39-
<a href='https://twitter.com/intent/tweet/?text=Terraform+gcp+storage&url=https://github.com/clouddrove/terraform-gcp-storage'>
39+
<a href='https://twitter.com/intent/tweet/?text=Terraform+gcp+labels&url=https://github.com/clouddrove/terraform-gcp-labels'>
4040
<img title="Share on Twitter" src="https://user-images.githubusercontent.com/50652676/62817740-4c69db00-bb59-11e9-8a79-3580fbbf6d5c.png" />
4141
</a>
4242

@@ -71,22 +71,22 @@ This module has a few dependencies:
7171
## Examples
7272

7373

74-
**IMPORTANT:** Since the `master` branch used in `source` varies based on new modifications, we suggest that you use the release versions [here](https://github.com/clouddrove/terraform-gcp-storage/releases).
74+
**IMPORTANT:** Since the `master` branch used in `source` varies based on new modifications, we suggest that you use the release versions [here](https://github.com/clouddrove/terraform-gcp-labels/releases).
7575

7676

7777
### Simple Example
7878
Here is an example of how you can use this module in your inventory structure:
7979
```hcl
8080
module "label" {
81-
source = "git::https://github.com/clouddrove/terraform-labels.git?ref=tags/0.15.0"
81+
source = "clouddrove/labels/aws"
8282
name = "labels"
8383
environment = "prod"
8484
managedby = "[email protected]"
8585
repository = "https://github.com/clouddrove/terraform-labels"
8686
label_order = ["name","attributes","environment"]
8787
delimiter = "-"
8888
tags = {
89-
"Terraform Version" = ""
89+
"Terraform Version" = "1.0.1"
9090
"created_date" = "23-nov-22"
9191
}
9292
}
@@ -137,9 +137,9 @@ You need to run the following command in the testing folder:
137137

138138

139139
## Feedback
140-
If you come accross a bug or have any feedback, please log it in our [issue tracker](https://github.com/clouddrove/terraform-gcp-storage/issues), or feel free to drop us an email at [[email protected]](mailto:[email protected]).
140+
If you come accross a bug or have any feedback, please log it in our [issue tracker](https://github.com/clouddrove/terraform-gcp-labels/issues), or feel free to drop us an email at [[email protected]](mailto:[email protected]).
141141

142-
If you have found it worth your time, go ahead and give us a ★ on [our GitHub](https://github.com/clouddrove/terraform-gcp-storage)!
142+
If you have found it worth your time, go ahead and give us a ★ on [our GitHub](https://github.com/clouddrove/terraform-gcp-labels)!
143143

144144
## About us
145145

0 commit comments

Comments
 (0)