Skip to content

Commit 25786bc

Browse files
committed
add-multipal-doamin
1 parent 9777f65 commit 25786bc

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

.github/workflows/terraform.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
uses: actions/[email protected]
1313

1414
- name: 'Terraform Format'
15-
uses: 'clouddrove/github-actions@v6.0'
15+
uses: 'clouddrove/github-actions@v7.0'
1616
with:
1717
actions_subcommand: 'fmt'
1818

@@ -32,19 +32,19 @@ jobs:
3232
aws-region: us-east-2
3333

3434
- name: 'Terraform init for generate certificate dns'
35-
uses: 'clouddrove/github-actions@v6.0'
35+
uses: 'clouddrove/github-actions@v7.0'
3636
with:
3737
actions_subcommand: 'init'
3838
tf_actions_working_dir: ./_example/generate-certificate-dns
3939

4040
- name: 'Terraform validate for generate certificate dns'
41-
uses: 'clouddrove/github-actions@v6.0'
41+
uses: 'clouddrove/github-actions@v7.0'
4242
with:
4343
actions_subcommand: 'validate'
4444
tf_actions_working_dir: ./_example/generate-certificate-dns
4545

4646
- name: 'Terraform plan for generate certificate dns'
47-
uses: 'clouddrove/github-actions@v6.0'
47+
uses: 'clouddrove/github-actions@v7.0'
4848
with:
4949
actions_subcommand: 'plan'
5050
tf_actions_working_dir: ./_example/generate-certificate-dns
@@ -65,19 +65,19 @@ jobs:
6565
aws-region: us-east-2
6666

6767
- name: 'Terraform init for generate certificate email'
68-
uses: 'clouddrove/github-actions@v6.0'
68+
uses: 'clouddrove/github-actions@v7.0'
6969
with:
7070
actions_subcommand: 'init'
7171
tf_actions_working_dir: ./_example/generate-certificate-email
7272

7373
- name: 'Terraform validate for generate certificate email'
74-
uses: 'clouddrove/github-actions@v6.0'
74+
uses: 'clouddrove/github-actions@v7.0'
7575
with:
7676
actions_subcommand: 'validate'
7777
tf_actions_working_dir: ./_example/generate-certificate-email
7878

7979
- name: 'Terraform plan for generate certificate email'
80-
uses: 'clouddrove/github-actions@v6.0'
80+
uses: 'clouddrove/github-actions@v7.0'
8181
with:
8282
actions_subcommand: 'plan'
8383
tf_actions_working_dir: ./_example/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)
@@ -154,7 +154,7 @@ module "acm" {
154154

155155

156156
## Testing
157-
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.
157+
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.
158158

159159
You need to run the following command in the testing folder:
160160
```hcl
@@ -163,7 +163,7 @@ You need to run the following command in the testing folder:
163163

164164

165165

166-
## Feedback
166+
## Feedback
167167
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 [[email protected]](mailto:[email protected]).
168168

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

0 commit comments

Comments
 (0)