Skip to content

Commit ef53684

Browse files
author
Nikita Dugar
authored
Merge pull request #19 from clouddrove/0.15
update module tags
2 parents 24ae0f0 + e3a3f07 commit ef53684

File tree

6 files changed

+27
-10
lines changed

6 files changed

+27
-10
lines changed

.github/workflows/readme.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
python-version: '3.x'
1919

2020
- name: 'create readme'
21-
uses: 'clouddrove/github-actions@v6.0'
21+
uses: 'clouddrove/github-actions@v7.0'
2222
with:
2323
actions_subcommand: 'readme'
2424
github_token: '${{ secrets.GITHUB}}'
@@ -34,7 +34,7 @@ jobs:
3434
continue-on-error: true
3535

3636
- name: 'push readme'
37-
uses: 'clouddrove/github-actions@v6.0'
37+
uses: 'clouddrove/github-actions@v7.0'
3838
continue-on-error: true
3939
with:
4040
actions_subcommand: 'push'

.github/workflows/terraform.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,3 +100,19 @@ jobs:
100100
- name: 'Pre-Commit 🔎'
101101
uses: pre-commit/action@v2.0.3
102102
continue-on-error: true
103+
104+
105+
- name: 'Pre-Commit 🔎'
106+
uses: pre-commit/action@v2.0.3
107+
continue-on-error: true
108+
109+
- name: 'Slack Notification'
110+
uses: clouddrove/action-slack@v2
111+
with:
112+
status: ${{ job.status }}
113+
fields: repo,author
114+
author_name: 'CloudDrove'
115+
env:
116+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # required
117+
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_TERRAFORM }} # required
118+
if: always()

.github/workflows/terratest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
- name: 'Terratest Generate Certificate DNS'
2525
if: ${{ github.event.label.name == 'terratest' }}
26-
uses: 'clouddrove/github-actions@v6.0'
26+
uses: 'clouddrove/github-actions@v7.0'
2727
with:
2828
actions_subcommand: 'terratest'
2929
tf_actions_working_dir: _test/generate-certificate-dns
@@ -58,7 +58,7 @@ jobs:
5858

5959
- name: 'Terratest Generate Certificate Email'
6060
if: ${{ github.event.label.name == 'terratest' }}
61-
uses: 'clouddrove/github-actions@v6.0'
61+
uses: 'clouddrove/github-actions@v7.0'
6262
with:
6363
actions_subcommand: 'terratest'
6464
tf_actions_working_dir: _test/generate-certificate-email

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Terraform Aws Acm
88
</h1>
99

10-
<p align="center" style="font-size: 1.2rem;">
10+
<p align="center" style="font-size: 1.2rem;">
1111
This terraform module is used for requesting or importing SSL/TLS certificate with validation.
1212
</p>
1313

@@ -38,7 +38,7 @@
3838
<hr>
3939

4040

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.
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.
4242

4343
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.
4444

@@ -49,7 +49,7 @@ We have [*fifty plus terraform modules*][terraform_modules]. A few of them are c
4949

5050
## Prerequisites
5151

52-
This module has a few dependencies:
52+
This module has a few dependencies:
5353

5454
- [Terraform 0.13](https://learn.hashicorp.com/terraform/getting-started/install.html)
5555
- [Go](https://golang.org/doc/install)
@@ -155,7 +155,7 @@ module "acm" {
155155

156156

157157
## Testing
158-
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.
158+
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.
159159

160160
You need to run the following command in the testing folder:
161161
```hcl
@@ -164,7 +164,7 @@ You need to run the following command in the testing folder:
164164

165165

166166

167-
## Feedback
167+
## Feedback
168168
If you come accross a bug or have any feedback, please log it in our [issue tracker](https://github.com/clouddrove/terraform-aws-acm/issues), or feel free to drop us an email at [hello@clouddrove.com](mailto:hello@clouddrove.com).
169169

170170
If you have found it worth your time, go ahead and give us a ★ on [our GitHub](https://github.com/clouddrove/terraform-aws-acm)!

main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ module "labels" {
1414
environment = var.environment
1515
managedby = var.managedby
1616
label_order = var.label_order
17+
repository = var.repository
1718
}
1819

1920

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ variable "name" {
88

99
variable "repository" {
1010
type = string
11-
default = "https://registry.terraform.io/modules/clouddrove/acm/aws"
11+
default = "https://github.com/clouddrove/terraform-aws-acm"
1212
description = "Terraform current module repo"
1313
}
1414

0 commit comments

Comments
 (0)