Skip to content

Commit 27b7997

Browse files
Merge branch 'master' of github.com:clouddrove/terraform-gcp-labels
2 parents 465e7ef + a92e714 commit 27b7997

File tree

1 file changed

+22
-20
lines changed

1 file changed

+22
-20
lines changed

README.md

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

55

66
<h1 align="center">
7-
Terraform google labels
7+
Terraform gcp storage
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-google-labels'>
33+
<a href='https://facebook.com/sharer/sharer.php?u=https://github.com/clouddrove/terraform-gcp-storage'>
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+google+labels&url=https://github.com/clouddrove/terraform-google-labels'>
36+
<a href='https://www.linkedin.com/shareArticle?mini=true&title=Terraform+gcp+storage&url=https://github.com/clouddrove/terraform-gcp-storage'>
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+google+labels&url=https://github.com/clouddrove/terraform-google-labels'>
39+
<a href='https://twitter.com/intent/tweet/?text=Terraform+gcp+storage&url=https://github.com/clouddrove/terraform-gcp-storage'>
4040
<img title="Share on Twitter" src="https://user-images.githubusercontent.com/50652676/62817740-4c69db00-bb59-11e9-8a79-3580fbbf6d5c.png" />
4141
</a>
4242

@@ -71,23 +71,25 @@ 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-google-labels/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-storage/releases).
7575

7676

77-
Here are some examples of how you can use this module in your inventory structure:
78-
### labels module
77+
### Simple Example
78+
Here is an example of how you can use this module in your inventory structure:
7979
```hcl
80-
module "labels" {
81-
source = "./../"
82-
83-
name = "labels"
84-
environment = "test"
85-
label_order = ["name", "environment"]
86-
attributes = ["private"]
87-
extra_tags = {
88-
Application = "CloudDrove"
89-
}
90-
}
80+
module "label" {
81+
source = "git::https://github.com/clouddrove/terraform-labels.git?ref=tags/0.15.0"
82+
name = "labels"
83+
environment = "prod"
84+
managedby = "[email protected]"
85+
repository = "https://github.com/clouddrove/terraform-labels"
86+
label_order = ["name","attributes","environment"]
87+
delimiter = "-"
88+
tags = {
89+
"Terraform Version" = ""
90+
"created_date" = "23-nov-22"
91+
}
92+
}
9193
```
9294

9395

@@ -135,9 +137,9 @@ You need to run the following command in the testing folder:
135137

136138

137139
## Feedback
138-
If you come accross a bug or have any feedback, please log it in our [issue tracker](https://github.com/clouddrove/terraform-google-labels/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-storage/issues), or feel free to drop us an email at [[email protected]](mailto:[email protected]).
139141

140-
If you have found it worth your time, go ahead and give us a ★ on [our GitHub](https://github.com/clouddrove/terraform-google-labels)!
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)!
141143

142144
## About us
143145

0 commit comments

Comments
 (0)