Skip to content

Commit

Permalink
Fix website linting
Browse files Browse the repository at this point in the history
  • Loading branch information
carthewd committed Jun 8, 2020
1 parent 9f1241a commit 275db35
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ in all regions - available regions are listed

```hcl
resource "aws_codecommit_approval_rule_association" "example" {
template_name = "my-approval-rule"
repository_names = ["repo1", "repo2"]
template_name = "my-approval-rule"
repository_names = ["repo1", "repo2"]
}
```

Expand Down

0 comments on commit 275db35

Please sign in to comment.