File tree Expand file tree Collapse file tree 3 files changed +17
-6
lines changed
Expand file tree Collapse file tree 3 files changed +17
-6
lines changed Original file line number Diff line number Diff line change 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()
Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2019 Cloud Drove
3+ Copyright (c) 2020 Cloud Drove
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -23,23 +23,23 @@ badges:
2323 url : " LICENSE.md"
2424
2525# description of this project
26+ # yamllint disable rule:line-length
2627description : |-
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
3131include :
3232 - " terraform.md"
3333
3434# How to use this project
35+ # yamllint disable rule:line-length
3536usage : |-
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"
You can’t perform that action at this time.
0 commit comments