|
4 | 4 |
|
5 | 5 |
|
6 | 6 | <h1 align="center"> |
7 | | - Terraform gcp storage |
| 7 | + Terraform gcp labels |
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-gcp-storage'> |
| 33 | +<a href='https://facebook.com/sharer/sharer.php?u=https://github.com/clouddrove/terraform-gcp-labels'> |
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+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'> |
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+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'> |
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,22 +71,22 @@ 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-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). |
75 | 75 |
|
76 | 76 |
|
77 | 77 | ### Simple Example |
78 | 78 | Here is an example of how you can use this module in your inventory structure: |
79 | 79 | ```hcl |
80 | 80 | module "label" { |
81 | | - source = "git::https://github.com/clouddrove/terraform-labels.git?ref=tags/0.15.0" |
| 81 | + source = "clouddrove/labels/aws" |
82 | 82 | name = "labels" |
83 | 83 | environment = "prod" |
84 | 84 | |
85 | 85 | repository = "https://github.com/clouddrove/terraform-labels" |
86 | 86 | label_order = ["name","attributes","environment"] |
87 | 87 | delimiter = "-" |
88 | 88 | tags = { |
89 | | - "Terraform Version" = "" |
| 89 | + "Terraform Version" = "1.0.1" |
90 | 90 | "created_date" = "23-nov-22" |
91 | 91 | } |
92 | 92 | } |
@@ -137,9 +137,9 @@ You need to run the following command in the testing folder: |
137 | 137 |
|
138 | 138 |
|
139 | 139 | ## 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]). |
141 | 141 |
|
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)! |
143 | 143 |
|
144 | 144 | ## About us |
145 | 145 |
|
|
0 commit comments