Skip to content

Commit

Permalink
update module tags
Browse files Browse the repository at this point in the history
  • Loading branch information
yadavprakash committed Jun 18, 2021
1 parent edbe951 commit a9313cf
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
python-version: '3.x'

- name: 'create readme'
uses: 'clouddrove/github-actions@v4.0'
uses: 'clouddrove/github-actions@v7.0'
with:
actions_subcommand: 'readme'
github_token: '${{ secrets.GITHUB}}'
Expand All @@ -35,7 +35,7 @@ jobs:
continue-on-error: true

- name: 'push readme'
uses: 'clouddrove/github-actions@v4.0'
uses: 'clouddrove/github-actions@v7.0'
continue-on-error: true
with:
actions_subcommand: 'push'
Expand Down
11 changes: 11 additions & 0 deletions .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,14 @@ jobs:
- name: 'Pre-Commit 🔎'
uses: pre-commit/action@v2.0.3
continue-on-error: true

- name: 'Slack Notification'
uses: clouddrove/action-slack@v2
with:
status: ${{ job.status }}
fields: repo,author
author_name: 'CloudDrove'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # required
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_TERRAFORM }} # required
if: always()
2 changes: 1 addition & 1 deletion .github/workflows/terratest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
aws-region: us-east-2

- name: 'Terratest'
uses: 'clouddrove/github-actions@v6.0'
uses: 'clouddrove/github-actions@v7.0'
with:
actions_subcommand: 'terratest'
if: ${{ github.event.label.name == 'terratest' }}
Expand Down
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ variable "name" {

variable "repository" {
type = string
default = "https://registry.terraform.io/modules/clouddrove/kms/aws"
default = "https://github.com/clouddrove/terraform-aws-kms"
description = "Terraform current module repo"
}

Expand Down

0 comments on commit a9313cf

Please sign in to comment.