|
4 | 4 |
|
5 | 5 |
|
6 | 6 | <h1 align="center"> |
7 | | - Terraform google labels |
| 7 | + Terraform gcp storage |
8 | 8 | </h1> |
9 | 9 |
|
10 | 10 | <p align="center" style="font-size: 1.2rem;"> |
|
30 | 30 | </p> |
31 | 31 | <p align="center"> |
32 | 32 |
|
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'> |
34 | 34 | <img title="Share on Facebook" src="https://user-images.githubusercontent.com/50652676/62817743-4f64cb80-bb59-11e9-90c7-b057252ded50.png" /> |
35 | 35 | </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'> |
37 | 37 | <img title="Share on LinkedIn" src="https://user-images.githubusercontent.com/50652676/62817742-4e339e80-bb59-11e9-87b9-a1f68cae1049.png" /> |
38 | 38 | </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'> |
40 | 40 | <img title="Share on Twitter" src="https://user-images.githubusercontent.com/50652676/62817740-4c69db00-bb59-11e9-8a79-3580fbbf6d5c.png" /> |
41 | 41 | </a> |
42 | 42 |
|
@@ -71,23 +71,25 @@ This module has a few dependencies: |
71 | 71 | ## Examples |
72 | 72 |
|
73 | 73 |
|
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). |
75 | 75 |
|
76 | 76 |
|
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: |
79 | 79 | ```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 | + |
| 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 | + } |
91 | 93 | ``` |
92 | 94 |
|
93 | 95 |
|
@@ -135,9 +137,9 @@ You need to run the following command in the testing folder: |
135 | 137 |
|
136 | 138 |
|
137 | 139 | ## 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]). |
139 | 141 |
|
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)! |
141 | 143 |
|
142 | 144 | ## About us |
143 | 145 |
|
|
0 commit comments