Skip to content

Commit

Permalink
Fix build status link in README
Browse files Browse the repository at this point in the history
(They're broken at the moment, pending
terraform-linters/tflint-plugin-sdk#99)
  • Loading branch information
richardTowers committed Jan 23, 2021
1 parent 0a91a47 commit 1a1c46c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# TFLint Ruleset Workspaces
[![Build Status](https://github.com/terraform-linters/tflint-ruleset-template/workflows/build/badge.svg?branch=master)](https://github.com/terraform-linters/tflint-ruleset-template/actions)
[![Build Status](https://github.com/richardTowers/tflint-ruleset-workspaces/workflows/build/badge.svg?branch=master)](https://github.com/richardTowers/tflint-ruleset-workspaces/actions)

This custom ruleset checks that resource names are uniquely namespaced by workspaces. It's useful if you're using [terraform workspaces](https://www.terraform.io/docs/state/workspaces.html)
to deploy multiple instances of the same configuration.
Expand Down

0 comments on commit 1a1c46c

Please sign in to comment.