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 17, 2021
1 parent d43b236 commit 26928a6
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
16 changes: 16 additions & 0 deletions .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,19 @@ jobs:
- name: 'Pre-Commit 🔎'
uses: pre-commit/[email protected]
continue-on-error: true


- name: 'Pre-Commit 🔎'
uses: pre-commit/[email protected]
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()
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ module "labels" {
environment = var.environment
managedby = var.managedby
label_order = var.label_order
repository = var.repository
}


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/acm/aws"
default = "https://github.com/clouddrove/terraform-aws-acm"
description = "Terraform current module repo"
}

Expand Down

0 comments on commit 26928a6

Please sign in to comment.