|
7 | 7 | Terraform DigitalOcean Labels |
8 | 8 | </h1> |
9 | 9 |
|
10 | | -<p align="center" style="font-size: 1.2rem;"> |
| 10 | +<p align="center" style="font-size: 1.2rem;"> |
11 | 11 | This terraform module is designed to generate consistent label names and tags for resources. You can use terraform-labels to implement a strict naming convention. |
12 | | - </p> |
| 12 | +</p> |
13 | 13 |
|
14 | 14 | <p align="center"> |
15 | 15 |
|
16 | 16 | <a href="https://www.terraform.io"> |
17 | 17 | <img src="https://img.shields.io/badge/Terraform-v0.15-green" alt="Terraform"> |
18 | 18 | </a> |
19 | | -<a href="LICENSE.md"> |
| 19 | +<a href="LICENSE"> |
20 | 20 | <img src="https://img.shields.io/badge/License-APACHE-blue.svg" alt="Licence"> |
21 | 21 | </a> |
22 | 22 |
|
|
40 | 40 |
|
41 | 41 | We eat, drink, sleep and most importantly love **DevOps**. We are working towards strategies for standardizing architecture while ensuring security for the infrastructure. We are strong believer of the philosophy <b>Bigger problems are always solved by breaking them into smaller manageable problems</b>. Resonating with microservices architecture, it is considered best-practice to run database, cluster, storage in smaller <b>connected yet manageable pieces</b> within the infrastructure. |
42 | 42 |
|
43 | | -This module is basically combination of [Terraform open source](https://www.terraform.io/) and includes automatation tests and examples. It also helps to create and improve your infrastructure with minimalistic code instead of maintaining the whole infrastructure code yourself. |
| 43 | +This module is basically combination of [Terraform open source](https://www.terraform.io/) and includes automation tests and examples. It also helps to create and improve your infrastructure with minimalistic code instead of maintaining the whole infrastructure code yourself. |
44 | 44 |
|
45 | | -We have [*fifty plus terraform modules*][terraform_modules]. A few of them are comepleted and are available for open source usage while a few others are in progress. |
| 45 | +We have [*fifty plus terraform modules*][terraform_modules]. A few of them are completed and are available for open source usage while a few others are in progress. |
46 | 46 |
|
47 | 47 |
|
48 | 48 |
|
@@ -73,7 +73,7 @@ Here is an example of how you can use this module in your inventory structure: |
73 | 73 | ```hcl |
74 | 74 | module "labels" { |
75 | 75 | source = "terraform-do-modules/labels/digitalocean" |
76 | | - version = "0.15.0" |
| 76 | + version = "1.0.1" |
77 | 77 | name = "labels" |
78 | 78 | environment = "test" |
79 | 79 | label_order = ["name", "environment"] |
@@ -111,17 +111,17 @@ Here is an example of how you can use this module in your inventory structure: |
111 | 111 |
|
112 | 112 |
|
113 | 113 | ## Testing |
114 | | -In this module testing is performed with [terratest](https://github.com/gruntwork-io/terratest) and it creates a small piece of infrastructure, matches the output like ARN, ID and Tags name etc and destroy infrastructure in your AWS account. This testing is written in GO, so you need a [GO environment](https://golang.org/doc/install) in your system. |
| 114 | +In this module testing is performed with [terratest](https://github.com/gruntwork-io/terratest), and it creates a small piece of infrastructure, matches the output like ARN, ID and Tags name etc and destroy infrastructure in your AWS account. This testing is written in GO, so you need a [GO environment](https://golang.org/doc/install) in your system. |
115 | 115 |
|
116 | 116 | You need to run the following command in the testing folder: |
117 | | -```hcl |
| 117 | +```shell |
118 | 118 | go test -run Test |
119 | 119 | ``` |
120 | 120 |
|
121 | 121 |
|
122 | 122 |
|
123 | | -## Feedback |
124 | | -If you come accross a bug or have any feedback, please log it in our [issue tracker ](https://github.com/terraform-do-modules/terraform-digitalocean-labels/issues), or feel free to drop us an email at [[email protected]](mailto:[email protected]). |
| 123 | +## Feedback |
| 124 | +If you come across a bug or have any feedback, please log it in our [issue tracker ](https://github.com/terraform-do-modules/terraform-digitalocean-labels/issues), or feel free to drop us an email at [[email protected]](mailto:[email protected]). |
125 | 125 |
|
126 | 126 | If you have found it worth your time, go ahead and give us a ★ on [our GitHub](https://github.com/terraform-do-modules/terraform-digitalocean-labels)! |
127 | 127 |
|
|
0 commit comments