Skip to content

Commit 191bb90

Browse files
committed
update pipeline
1 parent f14fd90 commit 191bb90

File tree

3 files changed

+17
-6
lines changed

3 files changed

+17
-6
lines changed

.github/workflows/readme.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,15 @@ jobs:
3939
git config --global user.email "anmol@clouddrove.com"
4040
git config --global user.name "Anmol nagpal"
4141
git add . && git commit -m "upload"
42-
git push origin master
42+
git push origin master
43+
44+
- name: 'Slack Notification'
45+
uses: clouddrove/action-slack@v2
46+
with:
47+
status: ${{ job.status }}
48+
fields: repo,author
49+
author_name: 'Clouddrove'
50+
env:
51+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # required
52+
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_TERRAFORM }} # required
53+
if: always()

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2019 Cloud Drove
3+
Copyright (c) 2020 Cloud Drove
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,23 +23,23 @@ badges:
2323
url: "LICENSE.md"
2424

2525
# description of this project
26+
# yamllint disable rule:line-length
2627
description: |-
27-
This terraform module creates set of Security Group and Security Group
28-
Rules resources in various combinations.
28+
This terraform module creates set of Security Group and Security Group Rules resources in various combinations.
2929
3030
# extra content
3131
include:
3232
- "terraform.md"
3333

3434
# How to use this project
35+
# yamllint disable rule:line-length
3536
usage: |-
3637
### Simple Example
3738
Here is an example of how you can use this module in your inventory structure:
3839
```hcl
3940
# use this
4041
module "security_group" {
41-
source = "git::https://github.com/clouddrove/
42-
terraform-aws-security-group.git?ref=tags/0.13.0"
42+
source = "git::https://github.com/clouddrove/terraform-aws-security-group.git?ref=tags/0.13.0"
4343
name = "security-group"
4444
application = "clouddrove"
4545
environment = "test"

0 commit comments

Comments
 (0)